Html Css Color HEX #24B450 Chateau Green

📋 copy color: '#24B450'

red 36 ◦ green 180 ◦ blue 80

#24B450
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #24B450

Tints of Chateau Green #24B450

RGB

 RED value IS 36 (14.45% from 255) = 12.16%

 GREEN value IS 180 (70.7% from 255) = 60.81%

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 12.16%
G = 60.81%
B = 27.03%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#24B450 (or 0x24B450) is known color: Chateau Green. HEX triplet: 24, B4 and 50. RGB value is (36,180,80). Sum of RGB (Red+Green+Blue) = 36+180+80=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 180 (70.70% from 255 or 60.81% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 180 - color contains mainly: green. Hex color #24B450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24B450 is #DB4BAF. Grayscale: #7D7D7D. Windows color (decimal): -14371760 or 5288996. OLE color: 5288996.

HSL color Cylindrical-coordinate representation of color #24B450: hue angle of 138.33º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B450 is Cyan = 0.8, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 180 80 -
CMYK 0.8 0 0.56 0.29
HSL 138.33º 0.67% 0.42% -
HSV(B) 138.33º 0.8% 0.71% -
XYZ 18.5 33.6 13.1 -
YUV 125.54 102.29 64.13 -
System Red Green Blue C M Y K H S L
Decimal 36 180 80 0.8 0 0.56 0.29 138.33 0.67 0.42
Hex 24 B4 50 50 0 38 1D 8A 43 2A
Octal 44 264 120 120 0 70 35 212 103 52
Binary 100100 10110100 1010000 1010000 0 111000 11101 10001010 1000011 101010

Color Harmonies of #24B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24B450

Black with #24B450

Text Example


Text Example

White with #24B450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,180,80); }

 H1.HeaderClassName
 {
   color: #24B450;
 }
 .AnyTagClassName
 {
   color: #24B450;
 }
</style>

background-color css

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

 a { background-color: rgb(36,180,80); }

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

border-color css

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

 span { border-color: rgb(36,180,80); }

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