Html Css Color HEX #0FA009 Islamic Green

📋 copy color: '#0FA009'

red 15 ◦ green 160 ◦ blue 9

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

Shades of Islamic Green #0FA009

Tints of Islamic Green #0FA009

RGB

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

 GREEN value IS 160 (62.89% from 255) = 86.96%

 BLUE value IS 9 (3.91% from 255) = 4.89%

R = 8.15%
G = 86.96%
B = 4.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#0FA009 (or 0x0FA009) is known color: Islamic Green. HEX triplet: 0F, A0 and 09. RGB value is (15,160,9). Sum of RGB (Red+Green+Blue) = 15+160+9=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 160 (62.89% from 255 or 86.96% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA009 is #F05FF6. Grayscale: #636363. Windows color (decimal): -15753207 or 630799. OLE color: 630799.

HSL color Cylindrical-coordinate representation of color #0FA009: hue angle of 117.62º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA009 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 15 160 9 -
CMYK 0.91 0 0.94 0.37
HSL 117.62º 0.89% 0.33% -
HSV(B) 117.62º 0.94% 0.63% -
XYZ 12.82 25.26 4.46 -
YUV 99.43 76.96 67.78 -
System Red Green Blue C M Y K H S L
Decimal 15 160 9 0.91 0 0.94 0.37 117.62 0.89 0.33
Hex F A0 9 5B 0 5E 25 76 59 21
Octal 17 240 11 133 0 136 45 166 131 41
Binary 1111 10100000 1001 1011011 0 1011110 100101 1110110 1011001 100001

Color Harmonies of #0FA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA009

Black with #0FA009

Text Example


Text Example

White with #0FA009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,160,9); }

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

background-color css

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

 a { background-color: rgb(15,160,9); }

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

border-color css

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

 span { border-color: rgb(15,160,9); }

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