#24B14F

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

Shades of Chateau Green #24B14F

Tints of Chateau Green #24B14F

Color information

#24B14F (or 0x24B14F) is unknown color: approx Chateau Green. HEX triplet: 24, B1 and 4F. RGB value is (36,177,79). Sum of RGB (Red+Green+Blue) = 36+177+79=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #24B14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24B14F is #DB4EB0. Grayscale: #7B7B7B. Windows color (decimal): -14372529 or 5222692. OLE color: 5222692.

HSL color Cylindrical-coordinate representation of color #24B14F: hue angle of 138.3º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B14F is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB3617779-
CMYK0.8000.550.31
HSL138.3º66.2%41.76%-
HSV(B)138.3º79.66%69.41%-
XYZ17.8632.3812.71-
YUV123.67102.7965.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.33%
GREEN value IS 177 (69.53% from 255) = 60.62%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=12.33%
G=60.62%
B=27.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36177790.8000.550.31138.366.241.76
Hex24B14F500371F8a422a
Octal442611171200673721210252
Binary1001001011000110011111010000011011111111100010101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,177,79); }

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

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

 a { background-color: rgb(36,177,79); }

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

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

 span { border-color: rgb(36,177,79); }

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