#05A206

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

Shades of Islamic Green #05A206

Tints of Islamic Green #05A206

Color information

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

HSL color Cylindrical-coordinate representation of color #05A206: hue angle of 120.38º 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 #05A206 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB51626-
CMYK0.9700.960.36
HSL120.38º94.01%32.75%-
HSV(B)120.38º96.91%63.53%-
XYZ13.0225.894.48-
YUV97.2776.4962.18-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal516260.9700.960.36120.3894.0132.75
Hex5A266106024785e21
Octal5242614101404417013641
Binary1011010001011011000010110000010010011110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A206; }

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

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

<style>
 a { background-color: #05A206; }

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

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

<style>
 span { border-color: #05A206; }

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

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