#2AC369

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

Shades of Medium Sea Green #2AC369

Tints of Medium Sea Green #2AC369

Color information

#2AC369 (or 0x2AC369) is unknown color: approx Medium Sea Green. HEX triplet: 2A, C3 and 69. RGB value is (42,195,105). Sum of RGB (Red+Green+Blue) = 42+195+105=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC369 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC369 is #D53C96. Grayscale: #8B8B8B. Windows color (decimal): -13974679 or 6931242. OLE color: 6931242.

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

Color convert

RGB42195105-
CMYK0.7800.460.24
HSL144.71º64.56%46.47%-
HSV(B)144.71º78.46%76.47%-
XYZ23.0240.5419.98-
YUV138.99108.8158.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.28%
GREEN value IS 195 (76.56% from 255) = 57.02%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=12.28%
G=57.02%
B=30.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421951050.7800.460.24144.7164.5646.47
Hex2AC3694E02E1891412e
Octal523031511160563022110156
Binary1010101100001111010011001110010111011000100100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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