Html Css Color HEX #0FAC06 Islamic Green

📋 copy color: '#0FAC06'

red 15 ◦ green 172 ◦ blue 6

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

Shades of Islamic Green #0FAC06

Tints of Islamic Green #0FAC06

RGB

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

 GREEN value IS 172 (67.58% from 255) = 89.12%

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

R = 7.77%
G = 89.12%
B = 3.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#0FAC06 (or 0x0FAC06) is known color: Islamic Green. HEX triplet: 0F, AC and 06. RGB value is (15,172,6). Sum of RGB (Red+Green+Blue) = 15+172+6=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 172 (67.58% from 255 or 89.12% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAC06 is #F053F9. Grayscale: #6A6A6A. Windows color (decimal): -15750138 or 437263. OLE color: 437263.

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

Color convert

RGB 15 172 6 -
CMYK 0.91 0 0.97 0.33
HSL 116.75º 0.93% 0.35% -
HSV(B) 116.75º 0.97% 0.67% -
XYZ 14.98 29.62 5.1 -
YUV 106.13 71.49 63 -
System Red Green Blue C M Y K H S L
Decimal 15 172 6 0.91 0 0.97 0.33 116.75 0.93 0.35
Hex F AC 6 5B 0 61 21 75 5D 23
Octal 17 254 6 133 0 141 41 165 135 43
Binary 1111 10101100 110 1011011 0 1100001 100001 1110101 1011101 100011

Color Harmonies of #0FAC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC06

Black with #0FAC06

Text Example


Text Example

White with #0FAC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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