#24AC40

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

Shades of Dark Pastel Green #24AC40

Tints of Dark Pastel Green #24AC40

Color information

#24AC40 (or 0x24AC40) is unknown color: approx Dark Pastel Green. HEX triplet: 24, AC and 40. RGB value is (36,172,64). Sum of RGB (Red+Green+Blue) = 36+172+64=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 172 (67.58% from 255 or 63.24% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 172 - color contains mainly: green. Hex color #24AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24AC40 is #DB53BF. Grayscale: #777777. Windows color (decimal): -14373824 or 4238372. OLE color: 4238372.

HSL color Cylindrical-coordinate representation of color #24AC40: hue angle of 132.35º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AC40 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB3617264-
CMYK0.7900.630.33
HSL132.35º65.38%40.78%-
HSV(B)132.35º79.07%67.45%-
XYZ16.4130.259.82-
YUV119.0296.9468.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.24%
GREEN value IS 172 (67.58% from 255) = 63.24%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=13.24%
G=63.24%
B=23.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36172640.7900.630.33132.3565.3840.78
Hex24AC404F03F21844129
Octal442541001170774120410151
Binary10010010101100100000010011110111111100001100001001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24AC40; }

 p { color: rgb(36,172,64); }

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

<style>
 a { background-color: #24AC40; }

 a { background-color: rgb(36,172,64); }

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

<style>
 span { border-color: #24AC40; }

 span { border-color: rgb(36,172,64); }

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