#06A612

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

Shades of Islamic Green #06A612

Tints of Islamic Green #06A612

Color information

#06A612 (or 0x06A612) is unknown color: approx Islamic Green. HEX triplet: 06, A6 and 12. RGB value is (6,166,18). Sum of RGB (Red+Green+Blue) = 6+166+18=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 166 (65.23% from 255 or 87.37% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 166 - color contains mainly: green. Hex color #06A612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A612 is #F959ED. Grayscale: #656565. Windows color (decimal): -16341486 or 1222150. OLE color: 1222150.

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

Color convert

RGB616618-
CMYK0.9600.890.35
HSL124.5º93.02%33.73%-
HSV(B)124.5º96.39%65.1%-
XYZ13.8227.355.12-
YUV101.2980.9960.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 166 (65.23% from 255) = 87.37%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=3.16%
G=87.37%
B=9.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6166180.9600.890.35124.593.0233.73
Hex6A61260059237c5d22
Octal62462214001314317413542
Binary110101001101001011000000101100110001111111001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,166,18); }

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

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

 a { background-color: rgb(6,166,18); }

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

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

 span { border-color: rgb(6,166,18); }

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