Html Css Color HEX #2AB95B Medium Sea Green

📋 copy color: '#2AB95B'

red 42 ◦ green 185 ◦ blue 91

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

Shades of Medium Sea Green #2AB95B

Tints of Medium Sea Green #2AB95B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.18%

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 13.21%
G = 58.18%
B = 28.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#2AB95B (or 0x2AB95B) is known color: Medium Sea Green. HEX triplet: 2A, B9 and 5B. RGB value is (42,185,91). Sum of RGB (Red+Green+Blue) = 42+185+91=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 185 (72.66% from 255 or 58.18% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB95B is #D546A4. Grayscale: #838383. Windows color (decimal): -13977253 or 6011178. OLE color: 6011178.

HSL color Cylindrical-coordinate representation of color #2AB95B: hue angle of 140.56º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB95B is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 91 -
CMYK 0.77 0 0.51 0.27
HSL 140.56º 0.63% 0.45% -
HSV(B) 140.56º 0.77% 0.73% -
XYZ 20.19 35.95 15.77 -
YUV 131.53 105.12 64.14 -
System Red Green Blue C M Y K H S L
Decimal 42 185 91 0.77 0 0.51 0.27 140.56 0.63 0.45
Hex 2A B9 5B 4D 0 33 1B 8D 3F 2D
Octal 52 271 133 115 0 63 33 215 77 55
Binary 101010 10111001 1011011 1001101 0 110011 11011 10001101 111111 101101

Color Harmonies of #2AB95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB95B

Black with #2AB95B

Text Example


Text Example

White with #2AB95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,91); }

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

background-color css

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

 a { background-color: rgb(42,185,91); }

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

border-color css

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

 span { border-color: rgb(42,185,91); }

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