#2AA94E

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

Shades of Chateau Green #2AA94E

Tints of Chateau Green #2AA94E

Color information

#2AA94E (or 0x2AA94E) is unknown color: approx Chateau Green. HEX triplet: 2A, A9 and 4E. RGB value is (42,169,78). Sum of RGB (Red+Green+Blue) = 42+169+78=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 169 (66.41% from 255 or 58.48% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA94E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA94E is #D556B1. Grayscale: #787878. Windows color (decimal): -13981362 or 5155114. OLE color: 5155114.

HSL color Cylindrical-coordinate representation of color #2AA94E: hue angle of 137.01º 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 #2AA94E is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB4216978-
CMYK0.7500.540.34
HSL137.01º60.19%41.37%-
HSV(B)137.01º75.15%66.27%-
XYZ16.5229.4212.02-
YUV120.65103.9271.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.53%
GREEN value IS 169 (66.41% from 255) = 58.48%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=14.53%
G=58.48%
B=26.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal42169780.7500.540.34137.0160.1941.37
Hex2AA94E4B03622893c29
Octal52251116113066422117451
Binary1010101010100110011101001011011011010001010001001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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