#009020

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

Shades of Islamic Green #009020

Tints of Islamic Green #009020

Color information

#009020 (or 0x009020) is unknown color: approx Islamic Green. HEX triplet: 00, 90 and 20. RGB value is (0,144,32). Sum of RGB (Red+Green+Blue) = 0+144+32=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 144 (56.64% from 255 or 81.82% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 144 - color contains mainly: green. Hex color #009020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009020 is #FF6FDF. Grayscale: #585858. Windows color (decimal): -16740320 or 2134016. OLE color: 2134016.

HSL color Cylindrical-coordinate representation of color #009020: hue angle of 133.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009020 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB014432-
CMYK100.780.44
HSL133.33º100%28.24%-
HSV(B)133.33º100%56.47%-
XYZ10.2320.054.7-
YUV88.1896.2965.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 144 (56.64% from 255) = 81.82%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=0%
G=81.82%
B=18.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014432100.780.44133.3310028.24
Hex090206404E2C85641c
Octal02204014401165420514434
Binary01001000010000011001000100111010110010000101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009020; }

 p { color: rgb(0,144,32); }

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

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

 a { background-color: rgb(0,144,32); }

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

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

 span { border-color: rgb(0,144,32); }

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