#04CA00

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

Shades of Islamic Green #04CA00

Tints of Islamic Green #04CA00

Color information

#04CA00 (or 0x04CA00) is unknown color: approx Islamic Green. HEX triplet: 04, CA and 00. RGB value is (4,202,0). Sum of RGB (Red+Green+Blue) = 4+202+0=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 202 (79.30% from 255 or 98.06% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CA00 is #FB35FF. Grayscale: #787878. Windows color (decimal): -16463360 or 51716. OLE color: 51716.

HSL color Cylindrical-coordinate representation of color #04CA00: hue angle of 118.81º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04CA00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB42020-
CMYK0.98010.21
HSL118.81º100%39.61%-
HSV(B)118.81º100%79.22%-
XYZ21.1742.277.04-
YUV119.7760.445.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 202 (79.30% from 255) = 98.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.94%
G=98.06%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal420200.98010.21118.8110039.61
Hex4CA06206415776428
Octal4312014201442516714450
Binary1001100101001100010011001001010111101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,202,0); }

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

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

 a { background-color: rgb(4,202,0); }

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

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

 span { border-color: rgb(4,202,0); }

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