#029A10

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

Shades of Islamic Green #029A10

Tints of Islamic Green #029A10

Color information

#029A10 (or 0x029A10) is unknown color: approx Islamic Green. HEX triplet: 02, 9A and 10. RGB value is (2,154,16). Sum of RGB (Red+Green+Blue) = 2+154+16=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 154 (60.55% from 255 or 89.53% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 154 - color contains mainly: green. Hex color #029A10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029A10 is #FD65EF. Grayscale: #5D5D5D. Windows color (decimal): -16606704 or 1088002. OLE color: 1088002.

HSL color Cylindrical-coordinate representation of color #029A10: hue angle of 125.53º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029A10 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB215416-
CMYK0.9900.900.40
HSL125.53º97.44%30.59%-
HSV(B)125.53º98.7%60.39%-
XYZ11.6723.164.35-
YUV92.8284.6463.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 154 (60.55% from 255) = 89.53%
BLUE value IS 16 (6.64% from 255) = 9.30%
R=1.16%
G=89.53%
B=9.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2154160.9900.900.40125.5397.4430.59
Hex29A106305A287e611f
Octal22322014301325017614137
Binary1010011010100001100011010110101010001111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029A10; }

 p { color: rgb(2,154,16); }

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

<style>
 a { background-color: #029A10; }

 a { background-color: rgb(2,154,16); }

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

<style>
 span { border-color: #029A10; }

 span { border-color: rgb(2,154,16); }

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