Html Css Color HEX #2AC861 Medium Sea Green

📋 copy color: '#2AC861'

red 42 ◦ green 200 ◦ blue 97

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

Shades of Medium Sea Green #2AC861

Tints of Medium Sea Green #2AC861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 12.39%
G = 59%
B = 28.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#2AC861 (or 0x2AC861) is known color: Medium Sea Green. HEX triplet: 2A, C8 and 61. RGB value is (42,200,97). Sum of RGB (Red+Green+Blue) = 42+200+97=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC861 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC861 is #D5379E. Grayscale: #8D8D8D. Windows color (decimal): -13973407 or 6408234. OLE color: 6408234.

HSL color Cylindrical-coordinate representation of color #2AC861: hue angle of 140.89º 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 #2AC861 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 200 97 -
CMYK 0.79 0 0.52 0.22
HSL 140.89º 0.65% 0.47% -
HSV(B) 140.89º 0.79% 0.78% -
XYZ 23.77 42.66 18.29 -
YUV 141.02 103.15 57.38 -
System Red Green Blue C M Y K H S L
Decimal 42 200 97 0.79 0 0.52 0.22 140.89 0.65 0.47
Hex 2A C8 61 4F 0 34 16 8D 41 2F
Octal 52 310 141 117 0 64 26 215 101 57
Binary 101010 11001000 1100001 1001111 0 110100 10110 10001101 1000001 101111

Color Harmonies of #2AC861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC861

Black with #2AC861

Text Example


Text Example

White with #2AC861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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