#00A213

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

Shades of Islamic Green #00A213

Tints of Islamic Green #00A213

Color information

#00A213 (or 0x00A213) is unknown color: approx Islamic Green. HEX triplet: 00, A2 and 13. RGB value is (0,162,19). Sum of RGB (Red+Green+Blue) = 0+162+19=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 162 (63.67% from 255 or 89.50% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 162 - color contains mainly: green. Hex color #00A213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00A213 is #FF5DEC. Grayscale: #616161. Windows color (decimal): -16735725 or 1286656. OLE color: 1286656.

HSL color Cylindrical-coordinate representation of color #00A213: hue angle of 127.04º 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 #00A213 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB016219-
CMYK100.880.36
HSL127.04º100%31.76%-
HSV(B)127.04º100%63.53%-
XYZ13.0425.894.93-
YUV97.2683.8358.63-

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) = 89.50%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=0%
G=89.50%
B=10.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal016219100.880.36127.0410031.76
Hex0A21364058247f6420
Octal02422314401304417714440
Binary0101000101001111001000101100010010011111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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