Html Css Color HEX #24C970 Medium Sea Green

📋 copy color: '#24C970'

red 36 ◦ green 201 ◦ blue 112

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

Shades of Medium Sea Green #24C970

Tints of Medium Sea Green #24C970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.59%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 10.32%
G = 57.59%
B = 32.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#24C970 (or 0x24C970) is known color: Medium Sea Green. HEX triplet: 24, C9 and 70. RGB value is (36,201,112). Sum of RGB (Red+Green+Blue) = 36+201+112=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #24C970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24C970 is #DB368F. Grayscale: #8D8D8D. Windows color (decimal): -14366352 or 7391524. OLE color: 7391524.

HSL color Cylindrical-coordinate representation of color #24C970: hue angle of 147.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24C970 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 201 112 -
CMYK 0.82 0 0.44 0.21
HSL 147.64º 0.7% 0.46% -
HSV(B) 147.64º 0.82% 0.79% -
XYZ 24.54 43.32 22.4 -
YUV 141.52 111.34 52.74 -
System Red Green Blue C M Y K H S L
Decimal 36 201 112 0.82 0 0.44 0.21 147.64 0.7 0.46
Hex 24 C9 70 52 0 2C 15 94 46 2E
Octal 44 311 160 122 0 54 25 224 106 56
Binary 100100 11001001 1110000 1010010 0 101100 10101 10010100 1000110 101110

Color Harmonies of #24C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24C970

Black with #24C970

Text Example


Text Example

White with #24C970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,201,112); }

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

background-color css

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

 a { background-color: rgb(36,201,112); }

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

border-color css

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

 span { border-color: rgb(36,201,112); }

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