Html Css Color HEX #0FAB0A Islamic Green

📋 copy color: '#0FAB0A'

red 15 ◦ green 171 ◦ blue 10

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

Shades of Islamic Green #0FAB0A

Tints of Islamic Green #0FAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 87.24%

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

R = 7.65%
G = 87.24%
B = 5.1%

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

#0FAB0A (or 0x0FAB0A) is known color: Islamic Green. HEX triplet: 0F, AB and 0A. RGB value is (15,171,10). Sum of RGB (Red+Green+Blue) = 15+171+10=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 171 (67.19% from 255 or 87.24% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAB0A is #F054F5. Grayscale: #6A6A6A. Windows color (decimal): -15750390 or 699151. OLE color: 699151.

HSL color Cylindrical-coordinate representation of color #0FAB0A: hue angle of 118.14º 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 #0FAB0A is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 171 10 -
CMYK 0.91 0 0.94 0.33
HSL 118.14º 0.89% 0.35% -
HSV(B) 118.14º 0.94% 0.67% -
XYZ 14.81 29.25 5.15 -
YUV 106 73.82 63.09 -
System Red Green Blue C M Y K H S L
Decimal 15 171 10 0.91 0 0.94 0.33 118.14 0.89 0.35
Hex F AB A 5B 0 5E 21 76 59 23
Octal 17 253 12 133 0 136 41 166 131 43
Binary 1111 10101011 1010 1011011 0 1011110 100001 1110110 1011001 100011

Color Harmonies of #0FAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB0A

Black with #0FAB0A

Text Example


Text Example

White with #0FAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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