#A4EEAA

Color #A4EEAA Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #A4EEAA

Tints of Celadon #A4EEAA

Color information

#A4EEAA (or 0xA4EEAA) is unknown color: approx Celadon. HEX triplet: A4, EE and AA. RGB value is (164,238,170). Sum of RGB (Red+Green+Blue) = 164+238+170=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EEAA is #5B1155. Grayscale: #D0D0D0. Windows color (decimal): -5968214 or 11202212. OLE color: 11202212.

HSL color Cylindrical-coordinate representation of color #A4EEAA: hue angle of 124.86º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EEAA is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB164238170-
CMYK0.3100.290.07
HSL124.86º68.52%78.82%-
HSV(B)124.86º31.09%93.33%-
XYZ53.1471.9449.12-
YUV208.12106.4896.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 238 (93.36% from 255) = 41.61%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=28.67%
G=41.61%
B=29.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642381700.3100.290.07124.8668.5278.82
HexA4EEAA1F01D77d454f
Octal244356252370357175105117
Binary10100100111011101010101011111011101111111110110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEAA; }

 p { color: rgb(164,238,170); }

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

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

 a { background-color: rgb(164,238,170); }

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

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

 span { border-color: rgb(164,238,170); }

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