Html Css Color HEX #24925A Sea Green

📋 copy color: '#24925A'

red 36 ◦ green 146 ◦ blue 90

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

Shades of Sea Green #24925A

Tints of Sea Green #24925A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.68%

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

R = 13.24%
G = 53.68%
B = 33.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#24925A (or 0x24925A) is known color: Sea Green. HEX triplet: 24, 92 and 5A. RGB value is (36,146,90). Sum of RGB (Red+Green+Blue) = 36+146+90=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #24925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24925A is #DB6DA5. Grayscale: #6A6A6A. Windows color (decimal): -14380454 or 5935652. OLE color: 5935652.

HSL color Cylindrical-coordinate representation of color #24925A: hue angle of 149.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24925A is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 146 90 -
CMYK 0.75 0 0.38 0.43
HSL 149.45º 0.6% 0.36% -
HSV(B) 149.45º 0.75% 0.57% -
XYZ 12.85 21.67 13.18 -
YUV 106.73 118.56 77.55 -
System Red Green Blue C M Y K H S L
Decimal 36 146 90 0.75 0 0.38 0.43 149.45 0.6 0.36
Hex 24 92 5A 4B 0 26 2B 95 3C 24
Octal 44 222 132 113 0 46 53 225 74 44
Binary 100100 10010010 1011010 1001011 0 100110 101011 10010101 111100 100100

Color Harmonies of #24925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24925A

Black with #24925A

Text Example


Text Example

White with #24925A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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