Html Css Color HEX #2AA970 Medium Sea Green

📋 copy color: '#2AA970'

red 42 ◦ green 169 ◦ blue 112

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

Shades of Medium Sea Green #2AA970

Tints of Medium Sea Green #2AA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.32%

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 13%
G = 52.32%
B = 34.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#2AA970 (or 0x2AA970) is known color: Medium Sea Green. HEX triplet: 2A, A9 and 70. RGB value is (42,169,112). Sum of RGB (Red+Green+Blue) = 42+169+112=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA970 is #D5568F. Grayscale: #7C7C7C. Windows color (decimal): -13981328 or 7383338. OLE color: 7383338.

HSL color Cylindrical-coordinate representation of color #2AA970: hue angle of 153.07º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA970 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 42 169 112 -
CMYK 0.75 0 0.34 0.34
HSL 153.07º 0.6% 0.41% -
HSV(B) 153.07º 0.75% 0.66% -
XYZ 18.07 30.04 20.17 -
YUV 124.53 120.92 69.13 -
System Red Green Blue C M Y K H S L
Decimal 42 169 112 0.75 0 0.34 0.34 153.07 0.6 0.41
Hex 2A A9 70 4B 0 22 22 99 3C 29
Octal 52 251 160 113 0 42 42 231 74 51
Binary 101010 10101001 1110000 1001011 0 100010 100010 10011001 111100 101001

Color Harmonies of #2AA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA970

Black with #2AA970

Text Example


Text Example

White with #2AA970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,169,112); }

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

background-color css

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

 a { background-color: rgb(42,169,112); }

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

border-color css

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

 span { border-color: rgb(42,169,112); }

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