#2AAD54

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

Shades of Chateau Green #2AAD54

Tints of Chateau Green #2AAD54

Color information

#2AAD54 (or 0x2AAD54) is unknown color: approx Chateau Green. HEX triplet: 2A, AD and 54. RGB value is (42,173,84). Sum of RGB (Red+Green+Blue) = 42+173+84=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAD54 is #D552AB. Grayscale: #7B7B7B. Windows color (decimal): -13980332 or 5549354. OLE color: 5549354.

HSL color Cylindrical-coordinate representation of color #2AAD54: hue angle of 139.24º 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 #2AAD54 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB4217384-
CMYK0.7600.510.32
HSL139.24º60.93%42.16%-
HSV(B)139.24º75.72%67.84%-
XYZ17.531.0213.45-
YUV123.68105.669.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 173 (67.97% from 255) = 57.86%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=14.05%
G=57.86%
B=28.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42173840.7600.510.32139.2460.9342.16
Hex2AAD544C033208b3d2a
Octal52255124114063402137552
Binary1010101010110110101001001100011001110000010001011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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