Html Css Color HEX #2AC356 Medium Sea Green

📋 copy color: '#2AC356'

red 42 ◦ green 195 ◦ blue 86

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

Shades of Medium Sea Green #2AC356

Tints of Medium Sea Green #2AC356

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.37%

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

R = 13%
G = 60.37%
B = 26.63%

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

#2AC356 (or 0x2AC356) is known color: Medium Sea Green. HEX triplet: 2A, C3 and 56. RGB value is (42,195,86). Sum of RGB (Red+Green+Blue) = 42+195+86=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC356 is #D53CA9. Grayscale: #898989. Windows color (decimal): -13974698 or 5686058. OLE color: 5686058.

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

Color convert

RGB 42 195 86 -
CMYK 0.78 0 0.56 0.24
HSL 137.25º 0.65% 0.46% -
HSV(B) 137.25º 0.78% 0.76% -
XYZ 22.15 40.19 15.39 -
YUV 136.83 99.31 60.36 -
System Red Green Blue C M Y K H S L
Decimal 42 195 86 0.78 0 0.56 0.24 137.25 0.65 0.46
Hex 2A C3 56 4E 0 38 18 89 41 2E
Octal 52 303 126 116 0 70 30 211 101 56
Binary 101010 11000011 1010110 1001110 0 111000 11000 10001001 1000001 101110

Color Harmonies of #2AC356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC356

Black with #2AC356

Text Example


Text Example

White with #2AC356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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