#06AD16

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

Shades of Islamic Green #06AD16

Tints of Islamic Green #06AD16

Color information

#06AD16 (or 0x06AD16) is unknown color: approx Islamic Green. HEX triplet: 06, AD and 16. RGB value is (6,173,22). Sum of RGB (Red+Green+Blue) = 6+173+22=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 173 (67.97% from 255 or 86.07% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AD16 is #F952E9. Grayscale: #6A6A6A. Windows color (decimal): -16339690 or 1486086. OLE color: 1486086.

HSL color Cylindrical-coordinate representation of color #06AD16: hue angle of 125.75º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AD16 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB617322-
CMYK0.9700.870.32
HSL125.75º93.3%35.1%-
HSV(B)125.75º96.53%67.84%-
XYZ15.1629.985.75-
YUV105.8580.6756.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 173 (67.97% from 255) = 86.07%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=2.99%
G=86.07%
B=10.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6173220.9700.870.32125.7593.335.1
Hex6AD1661057207e5d23
Octal62552614101274017613543
Binary110101011011011011000010101011110000011111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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