Html Css Color HEX #2AB95F Medium Sea Green

📋 copy color: '#2AB95F'

red 42 ◦ green 185 ◦ blue 95

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

Shades of Medium Sea Green #2AB95F

Tints of Medium Sea Green #2AB95F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 13.04%
G = 57.45%
B = 29.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#2AB95F (or 0x2AB95F) is known color: Medium Sea Green. HEX triplet: 2A, B9 and 5F. RGB value is (42,185,95). Sum of RGB (Red+Green+Blue) = 42+185+95=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB95F is #D546A0. Grayscale: #848484. Windows color (decimal): -13977249 or 6273322. OLE color: 6273322.

HSL color Cylindrical-coordinate representation of color #2AB95F: hue angle of 142.24º 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 #2AB95F is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 95 -
CMYK 0.77 0 0.49 0.27
HSL 142.24º 0.63% 0.45% -
HSV(B) 142.24º 0.77% 0.73% -
XYZ 20.37 36.02 16.7 -
YUV 131.98 107.12 63.82 -
System Red Green Blue C M Y K H S L
Decimal 42 185 95 0.77 0 0.49 0.27 142.24 0.63 0.45
Hex 2A B9 5F 4D 0 31 1B 8E 3F 2D
Octal 52 271 137 115 0 61 33 216 77 55
Binary 101010 10111001 1011111 1001101 0 110001 11011 10001110 111111 101101

Color Harmonies of #2AB95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB95F

Black with #2AB95F

Text Example


Text Example

White with #2AB95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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