Html Css Color HEX #0FAF06 Islamic Green

📋 copy color: '#0FAF06'

red 15 ◦ green 175 ◦ blue 6

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

Shades of Islamic Green #0FAF06

Tints of Islamic Green #0FAF06

RGB

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

 GREEN value IS 175 (68.75% from 255) = 89.29%

 BLUE value IS 6 (2.73% from 255) = 3.06%

R = 7.65%
G = 89.29%
B = 3.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#0FAF06 (or 0x0FAF06) is known color: Islamic Green. HEX triplet: 0F, AF and 06. RGB value is (15,175,6). Sum of RGB (Red+Green+Blue) = 15+175+6=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 175 (68.75% from 255 or 89.29% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAF06 is #F050F9. Grayscale: #6C6C6C. Windows color (decimal): -15749370 or 438031. OLE color: 438031.

HSL color Cylindrical-coordinate representation of color #0FAF06: hue angle of 116.8º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FAF06 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 175 6 -
CMYK 0.91 0 0.97 0.31
HSL 116.8º 0.93% 0.35% -
HSV(B) 116.8º 0.97% 0.69% -
XYZ 15.56 30.77 5.29 -
YUV 107.89 70.49 61.74 -
System Red Green Blue C M Y K H S L
Decimal 15 175 6 0.91 0 0.97 0.31 116.8 0.93 0.35
Hex F AF 6 5B 0 61 1F 75 5D 23
Octal 17 257 6 133 0 141 37 165 135 43
Binary 1111 10101111 110 1011011 0 1100001 11111 1110101 1011101 100011

Color Harmonies of #0FAF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF06

Black with #0FAF06

Text Example


Text Example

White with #0FAF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,175,6); }

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

background-color css

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

 a { background-color: rgb(15,175,6); }

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

border-color css

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

 span { border-color: rgb(15,175,6); }

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