#2AAD64

Color #2AAD64 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2AAD64

Tints of Medium Sea Green #2AAD64

Color information

#2AAD64 (or 0x2AAD64) is unknown color: approx Medium Sea Green. HEX triplet: 2A, AD and 64. RGB value is (42,173,100). Sum of RGB (Red+Green+Blue) = 42+173+100=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAD64 is #D5529B. Grayscale: #7D7D7D. Windows color (decimal): -13980316 or 6597930. OLE color: 6597930.

HSL color Cylindrical-coordinate representation of color #2AAD64: hue angle of 146.56º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAD64 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB42173100-
CMYK0.7600.420.32
HSL146.56º60.93%42.16%-
HSV(B)146.56º75.72%67.84%-
XYZ18.231.317.14-
YUV125.51113.668.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 173 (67.97% from 255) = 54.92%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=13.33%
G=54.92%
B=31.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421731000.7600.420.32146.5660.9342.16
Hex2AAD644C02A20933d2a
Octal52255144114052402237552
Binary1010101010110111001001001100010101010000010010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,173,100); }

 H1.HeaderClassName
 {
   color: #2AAD64;
 }
 .AnyTagClassName
 {
   color: #2AAD64;
 }
</style>
background-color css

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

 a { background-color: rgb(42,173,100); }

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

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

 span { border-color: rgb(42,173,100); }

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