#06A205

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

Shades of Islamic Green #06A205

Tints of Islamic Green #06A205

Color information

#06A205 (or 0x06A205) is unknown color: approx Islamic Green. HEX triplet: 06, A2 and 05. RGB value is (6,162,5). Sum of RGB (Red+Green+Blue) = 6+162+5=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 162 (63.67% from 255 or 93.64% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 162 - color contains mainly: green. Hex color #06A205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A205 is #F95DFA. Grayscale: #616161. Windows color (decimal): -16342523 or 369158. OLE color: 369158.

HSL color Cylindrical-coordinate representation of color #06A205: hue angle of 119.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A205 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB61625-
CMYK0.9600.970.36
HSL119.62º94.01%32.75%-
HSV(B)119.62º96.91%63.53%-
XYZ13.0225.894.45-
YUV97.4675.8262.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 162 (63.67% from 255) = 93.64%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=3.47%
G=93.64%
B=2.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal616250.9600.970.36119.6294.0132.75
Hex6A256006124785e21
Octal6242514001414417013641
Binary1101010001010111000000110000110010011110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,162,5); }

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

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

 a { background-color: rgb(6,162,5); }

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

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

 span { border-color: rgb(6,162,5); }

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