Html Css Color HEX #0FAA0A Islamic Green

📋 copy color: '#0FAA0A'

red 15 ◦ green 170 ◦ blue 10

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

Shades of Islamic Green #0FAA0A

Tints of Islamic Green #0FAA0A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 87.18%

 BLUE value IS 10 (4.3% from 255) = 5.13%

R = 7.69%
G = 87.18%
B = 5.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#0FAA0A (or 0x0FAA0A) is known color: Islamic Green. HEX triplet: 0F, AA and 0A. RGB value is (15,170,10). Sum of RGB (Red+Green+Blue) = 15+170+10=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 170 (66.80% from 255 or 87.18% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA0A is #F055F5. Grayscale: #696969. Windows color (decimal): -15750646 or 698895. OLE color: 698895.

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

Color convert

RGB 15 170 10 -
CMYK 0.91 0 0.94 0.33
HSL 118.13º 0.89% 0.35% -
HSV(B) 118.13º 0.94% 0.67% -
XYZ 14.63 28.87 5.09 -
YUV 105.42 74.15 63.51 -
System Red Green Blue C M Y K H S L
Decimal 15 170 10 0.91 0 0.94 0.33 118.13 0.89 0.35
Hex F AA A 5B 0 5E 21 76 59 23
Octal 17 252 12 133 0 136 41 166 131 43
Binary 1111 10101010 1010 1011011 0 1011110 100001 1110110 1011001 100011

Color Harmonies of #0FAA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA0A

Black with #0FAA0A

Text Example


Text Example

White with #0FAA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,170,10); }

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

background-color css

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

 a { background-color: rgb(15,170,10); }

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

border-color css

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

 span { border-color: rgb(15,170,10); }

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