#04A213

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

Shades of Islamic Green #04A213

Tints of Islamic Green #04A213

Color information

#04A213 (or 0x04A213) is unknown color: approx Islamic Green. HEX triplet: 04, A2 and 13. RGB value is (4,162,19). Sum of RGB (Red+Green+Blue) = 4+162+19=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 162 (63.67% from 255 or 87.57% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 162 - color contains mainly: green. Hex color #04A213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A213 is #FB5DEC. Grayscale: #626262. Windows color (decimal): -16473581 or 1286660. OLE color: 1286660.

HSL color Cylindrical-coordinate representation of color #04A213: hue angle of 125.7º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A213 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB416219-
CMYK0.9800.880.36
HSL125.7º95.18%32.55%-
HSV(B)125.7º97.53%63.53%-
XYZ13.0925.914.93-
YUV98.4683.1560.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 162 (63.67% from 255) = 87.57%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=2.16%
G=87.57%
B=10.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4162190.9800.880.36125.795.1832.55
Hex4A21362058247e5f21
Octal42422314201304417613741
Binary100101000101001111000100101100010010011111101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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