Html Css Color HEX #2AC86D Medium Sea Green

📋 copy color: '#2AC86D'

red 42 ◦ green 200 ◦ blue 109

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

Shades of Medium Sea Green #2AC86D

Tints of Medium Sea Green #2AC86D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.98%

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

R = 11.97%
G = 56.98%
B = 31.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#2AC86D (or 0x2AC86D) is known color: Medium Sea Green. HEX triplet: 2A, C8 and 6D. RGB value is (42,200,109). Sum of RGB (Red+Green+Blue) = 42+200+109=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC86D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC86D is #D53792. Grayscale: #8E8E8E. Windows color (decimal): -13973395 or 7194666. OLE color: 7194666.

HSL color Cylindrical-coordinate representation of color #2AC86D: hue angle of 145.44º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC86D is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 200 109 -
CMYK 0.79 0 0.46 0.22
HSL 145.44º 0.65% 0.47% -
HSV(B) 145.44º 0.79% 0.78% -
XYZ 24.37 42.9 21.47 -
YUV 142.38 109.15 56.4 -
System Red Green Blue C M Y K H S L
Decimal 42 200 109 0.79 0 0.46 0.22 145.44 0.65 0.47
Hex 2A C8 6D 4F 0 2E 16 91 41 2F
Octal 52 310 155 117 0 56 26 221 101 57
Binary 101010 11001000 1101101 1001111 0 101110 10110 10010001 1000001 101111

Color Harmonies of #2AC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC86D

Black with #2AC86D

Text Example


Text Example

White with #2AC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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