Html Css Color HEX #2AC261 Medium Sea Green

📋 copy color: '#2AC261'

red 42 ◦ green 194 ◦ blue 97

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

Shades of Medium Sea Green #2AC261

Tints of Medium Sea Green #2AC261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.26%

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

R = 12.61%
G = 58.26%
B = 29.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#2AC261 (or 0x2AC261) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 61. RGB value is (42,194,97). Sum of RGB (Red+Green+Blue) = 42+194+97=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC261 is #D53D9E. Grayscale: #898989. Windows color (decimal): -13974943 or 6406698. OLE color: 6406698.

HSL color Cylindrical-coordinate representation of color #2AC261: hue angle of 141.71º 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 #2AC261 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 194 97 -
CMYK 0.78 0 0.50 0.24
HSL 141.71º 0.64% 0.46% -
HSV(B) 141.71º 0.78% 0.76% -
XYZ 22.4 39.94 17.84 -
YUV 137.49 105.14 59.89 -
System Red Green Blue C M Y K H S L
Decimal 42 194 97 0.78 0 0.50 0.24 141.71 0.64 0.46
Hex 2A C2 61 4E 0 32 18 8E 40 2E
Octal 52 302 141 116 0 62 30 216 100 56
Binary 101010 11000010 1100001 1001110 0 110010 11000 10001110 1000000 101110

Color Harmonies of #2AC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC261

Black with #2AC261

Text Example


Text Example

White with #2AC261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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