Html Css Color HEX #24945A Sea Green

📋 copy color: '#24945A'

red 36 ◦ green 148 ◦ blue 90

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

Shades of Sea Green #24945A

Tints of Sea Green #24945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.01%

 BLUE value IS 90 (35.55% from 255) = 32.85%

R = 13.14%
G = 54.01%
B = 32.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#24945A (or 0x24945A) is known color: Sea Green. HEX triplet: 24, 94 and 5A. RGB value is (36,148,90). Sum of RGB (Red+Green+Blue) = 36+148+90=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #24945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24945A is #DB6BA5. Grayscale: #6C6C6C. Windows color (decimal): -14379942 or 5936164. OLE color: 5936164.

HSL color Cylindrical-coordinate representation of color #24945A: hue angle of 148.93º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24945A is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 148 90 -
CMYK 0.76 0 0.39 0.42
HSL 148.93º 0.61% 0.36% -
HSV(B) 148.93º 0.76% 0.58% -
XYZ 13.16 22.29 13.28 -
YUV 107.9 117.89 76.72 -
System Red Green Blue C M Y K H S L
Decimal 36 148 90 0.76 0 0.39 0.42 148.93 0.61 0.36
Hex 24 94 5A 4C 0 27 2A 95 3D 24
Octal 44 224 132 114 0 47 52 225 75 44
Binary 100100 10010100 1011010 1001100 0 100111 101010 10010101 111101 100100

Color Harmonies of #24945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24945A

Black with #24945A

Text Example


Text Example

White with #24945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24945A; }

 p { color: rgb(36,148,90); }

 H1.HeaderClassName
 {
   color: #24945A;
 }
 .AnyTagClassName
 {
   color: #24945A;
 }
</style>

background-color css

<style>
 a { background-color: #24945A; }

 a { background-color: rgb(36,148,90); }

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

border-color css

<style>
 span { border-color: #24945A; }

 span { border-color: rgb(36,148,90); }

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