Html Css Color HEX #2AC154 Medium Sea Green

📋 copy color: '#2AC154'

red 42 ◦ green 193 ◦ blue 84

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

Shades of Medium Sea Green #2AC154

Tints of Medium Sea Green #2AC154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.33%

R = 13.17%
G = 60.5%
B = 26.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#2AC154 (or 0x2AC154) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 54. RGB value is (42,193,84). Sum of RGB (Red+Green+Blue) = 42+193+84=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC154 is #D53EAB. Grayscale: #878787. Windows color (decimal): -13975212 or 5554474. OLE color: 5554474.

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

Color convert

RGB 42 193 84 -
CMYK 0.78 0 0.56 0.24
HSL 136.69º 0.64% 0.46% -
HSV(B) 136.69º 0.78% 0.76% -
XYZ 21.63 39.27 14.83 -
YUV 135.43 98.97 61.36 -
System Red Green Blue C M Y K H S L
Decimal 42 193 84 0.78 0 0.56 0.24 136.69 0.64 0.46
Hex 2A C1 54 4E 0 38 18 89 40 2E
Octal 52 301 124 116 0 70 30 211 100 56
Binary 101010 11000001 1010100 1001110 0 111000 11000 10001001 1000000 101110

Color Harmonies of #2AC154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC154

Black with #2AC154

Text Example


Text Example

White with #2AC154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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