#06AF0E

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

Shades of Islamic Green #06AF0E

Tints of Islamic Green #06AF0E

Color information

#06AF0E (or 0x06AF0E) is unknown color: approx Islamic Green. HEX triplet: 06, AF and 0E. RGB value is (6,175,14). Sum of RGB (Red+Green+Blue) = 6+175+14=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 175 (68.75% from 255 or 89.74% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AF0E is #F950F1. Grayscale: #6A6A6A. Windows color (decimal): -16339186 or 962310. OLE color: 962310.

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

Color convert

RGB617514-
CMYK0.9700.920.31
HSL122.84º93.37%35.49%-
HSV(B)122.84º96.57%68.63%-
XYZ15.4830.735.53-
YUV106.1276.0156.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 175 (68.75% from 255) = 89.74%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=3.08%
G=89.74%
B=7.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6175140.9700.920.31122.8493.3735.49
Hex6AFE6105C1F7b5d23
Octal62571614101343717313543
Binary1101010111111101100001010111001111111110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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