#04CA24

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

Shades of Dark Pastel Green #04CA24

Tints of Dark Pastel Green #04CA24

Color information

#04CA24 (or 0x04CA24) is unknown color: approx Dark Pastel Green. HEX triplet: 04, CA and 24. RGB value is (4,202,36). Sum of RGB (Red+Green+Blue) = 4+202+36=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 202 (79.30% from 255 or 83.47% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CA24 is #FB35DB. Grayscale: #7C7C7C. Windows color (decimal): -16463324 or 2411012. OLE color: 2411012.

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

Color convert

RGB420236-
CMYK0.9800.820.21
HSL129.7º96.12%40.39%-
HSV(B)129.7º98.02%79.22%-
XYZ21.4942.398.72-
YUV123.8778.442.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 202 (79.30% from 255) = 83.47%
BLUE value IS 36 (14.45% from 255) = 14.88%
R=1.65%
G=83.47%
B=14.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4202360.9800.820.21129.796.1240.39
Hex4CA246205215826028
Octal43124414201222520214050
Binary1001100101010010011000100101001010101100000101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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