Html Css Color HEX #2AC359 Medium Sea Green

📋 copy color: '#2AC359'

red 42 ◦ green 195 ◦ blue 89

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

Shades of Medium Sea Green #2AC359

Tints of Medium Sea Green #2AC359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.3%

R = 12.88%
G = 59.82%
B = 27.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#2AC359 (or 0x2AC359) is known color: Medium Sea Green. HEX triplet: 2A, C3 and 59. RGB value is (42,195,89). Sum of RGB (Red+Green+Blue) = 42+195+89=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC359 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC359 is #D53CA6. Grayscale: #898989. Windows color (decimal): -13974695 or 5882666. OLE color: 5882666.

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

Color convert

RGB 42 195 89 -
CMYK 0.78 0 0.54 0.24
HSL 138.43º 0.65% 0.46% -
HSV(B) 138.43º 0.78% 0.76% -
XYZ 22.27 40.24 16.05 -
YUV 137.17 100.81 60.12 -
System Red Green Blue C M Y K H S L
Decimal 42 195 89 0.78 0 0.54 0.24 138.43 0.65 0.46
Hex 2A C3 59 4E 0 36 18 8A 41 2E
Octal 52 303 131 116 0 66 30 212 101 56
Binary 101010 11000011 1011001 1001110 0 110110 11000 10001010 1000001 101110

Color Harmonies of #2AC359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC359

Black with #2AC359

Text Example


Text Example

White with #2AC359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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