#21A14A

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

Shades of Sea Green #21A14A

Tints of Sea Green #21A14A

Color information

#21A14A (or 0x21A14A) is unknown color: approx Sea Green. HEX triplet: 21, A1 and 4A. RGB value is (33,161,74). Sum of RGB (Red+Green+Blue) = 33+161+74=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 161 (63.28% from 255 or 60.07% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 161 - color contains mainly: green. Hex color #21A14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A14A is #DE5EB5. Grayscale: #717171. Windows color (decimal): -14573238 or 4890913. OLE color: 4890913.

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

Color convert

RGB3316174-
CMYK0.8000.540.37
HSL139.22º65.98%38.04%-
HSV(B)139.22º79.5%63.14%-
XYZ14.6126.3110.79-
YUV112.81106.0971.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 161 (63.28% from 255) = 60.07%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=12.31%
G=60.07%
B=27.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33161740.8000.540.37139.2265.9838.04
Hex21A14A50036258b4226
Octal412411121200664521310246
Binary10000110100001100101010100000110110100101100010111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,161,74); }

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

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

 a { background-color: rgb(33,161,74); }

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

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

 span { border-color: rgb(33,161,74); }

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