Html Css Color HEX #2AC16D Medium Sea Green

📋 copy color: '#2AC16D'

red 42 ◦ green 193 ◦ blue 109

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

Shades of Medium Sea Green #2AC16D

Tints of Medium Sea Green #2AC16D

RGB

 RED value IS 42 (16.8% from 255) = 12.21%

 GREEN value IS 193 (75.78% from 255) = 56.1%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 12.21%
G = 56.1%
B = 31.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#2AC16D (or 0x2AC16D) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 6D. RGB value is (42,193,109). Sum of RGB (Red+Green+Blue) = 42+193+109=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC16D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC16D is #D53E92. Grayscale: #8A8A8A. Windows color (decimal): -13975187 or 7192874. OLE color: 7192874.

HSL color Cylindrical-coordinate representation of color #2AC16D: hue angle of 146.62º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC16D is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 193 109 -
CMYK 0.78 0 0.44 0.24
HSL 146.62º 0.64% 0.46% -
HSV(B) 146.62º 0.78% 0.76% -
XYZ 22.79 39.74 20.94 -
YUV 138.28 111.47 59.33 -
System Red Green Blue C M Y K H S L
Decimal 42 193 109 0.78 0 0.44 0.24 146.62 0.64 0.46
Hex 2A C1 6D 4E 0 2C 18 93 40 2E
Octal 52 301 155 116 0 54 30 223 100 56
Binary 101010 11000001 1101101 1001110 0 101100 11000 10010011 1000000 101110

Color Harmonies of #2AC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC16D

Black with #2AC16D

Text Example


Text Example

White with #2AC16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AC16D; }

 p { color: rgb(42,193,109); }

 H1.HeaderClassName
 {
   color: #2AC16D;
 }
 .AnyTagClassName
 {
   color: #2AC16D;
 }
</style>

background-color css

<style>
 a { background-color: #2AC16D; }

 a { background-color: rgb(42,193,109); }

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

border-color css

<style>
 span { border-color: #2AC16D; }

 span { border-color: rgb(42,193,109); }

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