#06A516

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

Shades of Islamic Green #06A516

Tints of Islamic Green #06A516

Color information

#06A516 (or 0x06A516) is unknown color: approx Islamic Green. HEX triplet: 06, A5 and 16. RGB value is (6,165,22). Sum of RGB (Red+Green+Blue) = 6+165+22=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 165 (64.84% from 255 or 85.49% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 165 - color contains mainly: green. Hex color #06A516 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A516 is #F95AE9. Grayscale: #656565. Windows color (decimal): -16341738 or 1484038. OLE color: 1484038.

HSL color Cylindrical-coordinate representation of color #06A516: hue angle of 126.04º 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 #06A516 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB616522-
CMYK0.9600.870.35
HSL126.04º92.98%33.53%-
HSV(B)126.04º96.36%64.71%-
XYZ13.6827.015.25-
YUV101.1683.3260.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 165 (64.84% from 255) = 85.49%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=3.11%
G=85.49%
B=11.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6165220.9600.870.35126.0492.9833.53
Hex6A51660057237e5d22
Octal62452614001274317613542
Binary110101001011011011000000101011110001111111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,165,22); }

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

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

 a { background-color: rgb(6,165,22); }

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

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

 span { border-color: rgb(6,165,22); }

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