Html Css Color HEX #2AC256 Medium Sea Green

📋 copy color: '#2AC256'

red 42 ◦ green 194 ◦ blue 86

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

Shades of Medium Sea Green #2AC256

Tints of Medium Sea Green #2AC256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 13.04%
G = 60.25%
B = 26.71%

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

#2AC256 (or 0x2AC256) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 56. RGB value is (42,194,86). Sum of RGB (Red+Green+Blue) = 42+194+86=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC256 is #D53DA9. Grayscale: #888888. Windows color (decimal): -13974954 or 5685802. OLE color: 5685802.

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

Color convert

RGB 42 194 86 -
CMYK 0.78 0 0.56 0.24
HSL 137.37º 0.64% 0.46% -
HSV(B) 137.37º 0.78% 0.76% -
XYZ 21.93 39.75 15.32 -
YUV 136.24 99.64 60.78 -
System Red Green Blue C M Y K H S L
Decimal 42 194 86 0.78 0 0.56 0.24 137.37 0.64 0.46
Hex 2A C2 56 4E 0 38 18 89 40 2E
Octal 52 302 126 116 0 70 30 211 100 56
Binary 101010 11000010 1010110 1001110 0 111000 11000 10001001 1000000 101110

Color Harmonies of #2AC256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC256

Black with #2AC256

Text Example


Text Example

White with #2AC256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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