#06AF0C

Color #06AF0C Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #06AF0C

Tints of Islamic Green #06AF0C

Color information

#06AF0C (or 0x06AF0C) is unknown color: approx Islamic Green. HEX triplet: 06, AF and 0C. RGB value is (6,175,12). Sum of RGB (Red+Green+Blue) = 6+175+12=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 175 (68.75% from 255 or 90.67% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AF0C is #F950F3. Grayscale: #6A6A6A. Windows color (decimal): -16339188 or 831238. OLE color: 831238.

HSL color Cylindrical-coordinate representation of color #06AF0C: hue angle of 122.13º 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 #06AF0C is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB617512-
CMYK0.9700.930.31
HSL122.13º93.37%35.49%-
HSV(B)122.13º96.57%68.63%-
XYZ15.4730.735.46-
YUV105.8975.0156.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 175 (68.75% from 255) = 90.67%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=3.11%
G=90.67%
B=6.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6175120.9700.930.31122.1393.3735.49
Hex6AFC6105D1F7a5d23
Octal62571414101353717213543
Binary1101010111111001100001010111011111111110101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AF0C; }

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

 H1.HeaderClassName
 {
   color: #06AF0C;
 }
 .AnyTagClassName
 {
   color: #06AF0C;
 }
</style>
background-color css

<style>
 a { background-color: #06AF0C; }

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

 div.DivClassName
 {
   background-color: #06AF0C;
 }
 .BgClassName
 {
   background-color: #06AF0C;
 }
</style>
border-color css

<style>
 span { border-color: #06AF0C; }

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

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