Html Css Color HEX #0F9501 Islamic Green

📋 copy color: '#0F9501'

red 15 ◦ green 149 ◦ blue 1

#0F9501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0F9501

Tints of Islamic Green #0F9501

RGB

 RED value IS 15 (6.25% from 255) = 9.09%

 GREEN value IS 149 (58.59% from 255) = 90.3%

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 9.09%
G = 90.3%
B = 0.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F9501 (or 0x0F9501) is known color: Islamic Green. HEX triplet: 0F, 95 and 01. RGB value is (15,149,1). Sum of RGB (Red+Green+Blue) = 15+149+1=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 149 (58.59% from 255 or 90.30% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9501 is #F06AFE. Grayscale: #5C5C5C. Windows color (decimal): -15756031 or 103695. OLE color: 103695.

HSL color Cylindrical-coordinate representation of color #0F9501: hue angle of 114.32º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F9501 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 149 1 -
CMYK 0.90 0 0.99 0.42
HSL 114.32º 0.99% 0.29% -
HSV(B) 114.32º 0.99% 0.58% -
XYZ 10.95 21.6 3.62 -
YUV 92.06 76.61 73.03 -
System Red Green Blue C M Y K H S L
Decimal 15 149 1 0.90 0 0.99 0.42 114.32 0.99 0.29
Hex F 95 1 5A 0 63 2A 72 63 1D
Octal 17 225 1 132 0 143 52 162 143 35
Binary 1111 10010101 1 1011010 0 1100011 101010 1110010 1100011 11101

Color Harmonies of #0F9501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9501

Black with #0F9501

Text Example


Text Example

White with #0F9501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F9501; }

 p { color: rgb(15,149,1); }

 H1.HeaderClassName
 {
   color: #0F9501;
 }
 .AnyTagClassName
 {
   color: #0F9501;
 }
</style>

background-color css

<style>
 a { background-color: #0F9501; }

 a { background-color: rgb(15,149,1); }

 div.DivClassName
 {
   background-color: #0F9501;
 }
 .BgClassName
 {
   background-color: #0F9501;
 }
</style>

border-color css

<style>
 span { border-color: #0F9501; }

 span { border-color: rgb(15,149,1); }

 td.TdClassName
 {
   border-color: #0F9501;
 }
 .TagClassName
 {
   border-color: #0F9501;
 }
</style>