#20a14a

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

Shades of Sea Green #20A14A

Tints of Sea Green #20A14A

Color information

#20A14A (or 0x20A14A) is unknown color: approx Sea Green. HEX triplet: 20, A1 and 4A. RGB value is (32,161,74). Sum of RGB (Red+Green+Blue) = 32+161+74=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 161 (63.28% from 255 or 60.30% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 161 - color contains mainly: green. Hex color #20A14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A14A is #DF5EB5. Grayscale: #707070. Windows color (decimal): -14638774 or 4890912. OLE color: 4890912.

HSL color Cylindrical-coordinate representation of color #20A14A: hue angle of 139.53º degrees, saturation: 0.67, 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 #20A14A is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB3216174-
CMYK0.8000.540.37
HSL139.53º66.84%37.84%-
HSV(B)139.53º80.12%63.14%-
XYZ14.5826.2910.79-
YUV112.51106.2670.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 161 (63.28% from 255) = 60.30%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=11.99%
G=60.30%
B=27.72%

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
Decimal32161740.8000.540.37139.5366.8437.84
Hex20A14A50036258c4326
Octal402411121200664521410346
Binary10000010100001100101010100000110110100101100011001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20a14a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20a14a; }

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

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

<style>
 a { background-color: #20a14a; }

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

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

<style>
 span { border-color: #20a14a; }

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

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