Html Css Color HEX #2AC06D Medium Sea Green

📋 copy color: '#2AC06D'

red 42 ◦ green 192 ◦ blue 109

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

Shades of Medium Sea Green #2AC06D

Tints of Medium Sea Green #2AC06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.98%

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

R = 12.24%
G = 55.98%
B = 31.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#2AC06D (or 0x2AC06D) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 6D. RGB value is (42,192,109). Sum of RGB (Red+Green+Blue) = 42+192+109=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC06D is #D53F92. Grayscale: #898989. Windows color (decimal): -13975443 or 7192618. OLE color: 7192618.

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

Color convert

RGB 42 192 109 -
CMYK 0.78 0 0.43 0.25
HSL 146.8º 0.64% 0.46% -
HSV(B) 146.8º 0.78% 0.75% -
XYZ 22.56 39.3 20.86 -
YUV 137.69 111.81 59.75 -
System Red Green Blue C M Y K H S L
Decimal 42 192 109 0.78 0 0.43 0.25 146.8 0.64 0.46
Hex 2A C0 6D 4E 0 2B 19 93 40 2E
Octal 52 300 155 116 0 53 31 223 100 56
Binary 101010 11000000 1101101 1001110 0 101011 11001 10010011 1000000 101110

Color Harmonies of #2AC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC06D

Black with #2AC06D

Text Example


Text Example

White with #2AC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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