#00A221

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

Shades of Islamic Green #00A221

Tints of Islamic Green #00A221

Color information

#00A221 (or 0x00A221) is unknown color: approx Islamic Green. HEX triplet: 00, A2 and 21. RGB value is (0,162,33). Sum of RGB (Red+Green+Blue) = 0+162+33=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 162 (63.67% from 255 or 83.08% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 162 - color contains mainly: green. Hex color #00A221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A221 is #FF5DDE. Grayscale: #636363. Windows color (decimal): -16735711 or 2204160. OLE color: 2204160.

HSL color Cylindrical-coordinate representation of color #00A221: hue angle of 132.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A221 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB016233-
CMYK100.800.36
HSL132.22º100%31.76%-
HSV(B)132.22º100%63.53%-
XYZ13.1925.955.75-
YUV98.8690.8357.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 162 (63.67% from 255) = 83.08%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=0%
G=83.08%
B=16.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal016233100.800.36132.2210031.76
Hex0A2216405024846420
Octal02424114401204420414440
Binary010100010100001110010001010000100100100001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A221; }

 p { color: rgb(0,162,33); }

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

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

 a { background-color: rgb(0,162,33); }

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

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

 span { border-color: rgb(0,162,33); }

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