Html Css Color HEX #0FA60A Islamic Green

📋 copy color: '#0FA60A'

red 15 ◦ green 166 ◦ blue 10

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

Shades of Islamic Green #0FA60A

Tints of Islamic Green #0FA60A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 86.91%

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

R = 7.85%
G = 86.91%
B = 5.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#0FA60A (or 0x0FA60A) is known color: Islamic Green. HEX triplet: 0F, A6 and 0A. RGB value is (15,166,10). Sum of RGB (Red+Green+Blue) = 15+166+10=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 166 (65.23% from 255 or 86.91% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA60A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA60A is #F059F5. Grayscale: #676767. Windows color (decimal): -15751670 or 697871. OLE color: 697871.

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

Color convert

RGB 15 166 10 -
CMYK 0.91 0 0.94 0.35
HSL 118.08º 0.89% 0.35% -
HSV(B) 118.08º 0.94% 0.65% -
XYZ 13.89 27.4 4.84 -
YUV 103.07 75.47 65.18 -
System Red Green Blue C M Y K H S L
Decimal 15 166 10 0.91 0 0.94 0.35 118.08 0.89 0.35
Hex F A6 A 5B 0 5E 23 76 59 23
Octal 17 246 12 133 0 136 43 166 131 43
Binary 1111 10100110 1010 1011011 0 1011110 100011 1110110 1011001 100011

Color Harmonies of #0FA60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA60A

Black with #0FA60A

Text Example


Text Example

White with #0FA60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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