#21A24C

Color #21A24C Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #21A24C

Tints of Sea Green #21A24C

Color information

#21A24C (or 0x21A24C) is unknown color: approx Sea Green. HEX triplet: 21, A2 and 4C. RGB value is (33,162,76). Sum of RGB (Red+Green+Blue) = 33+162+76=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #21A24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A24C is #DE5DB3. Grayscale: #717171. Windows color (decimal): -14572980 or 5022241. OLE color: 5022241.

HSL color Cylindrical-coordinate representation of color #21A24C: hue angle of 140º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A24C is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB3316276-
CMYK0.8000.530.36
HSL140º66.15%38.24%-
HSV(B)140º79.63%63.53%-
XYZ14.8526.6911.21-
YUV113.62106.7670.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=12.18%
G=59.78%
B=28.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33162760.8000.530.3614066.1538.24
Hex21A24C50035248c4226
Octal412421141200654421410246
Binary10000110100010100110010100000110101100100100011001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A24C; }

 p { color: rgb(33,162,76); }

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

<style>
 a { background-color: #21A24C; }

 a { background-color: rgb(33,162,76); }

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

<style>
 span { border-color: #21A24C; }

 span { border-color: rgb(33,162,76); }

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