#A1EAAA

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

Shades of Celadon #A1EAAA

Tints of Celadon #A1EAAA

Color information

#A1EAAA (or 0xA1EAAA) is unknown color: approx Celadon. HEX triplet: A1, EA and AA. RGB value is (161,234,170). Sum of RGB (Red+Green+Blue) = 161+234+170=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EAAA is #5E1555. Grayscale: #CDCDCD. Windows color (decimal): -6165846 or 11201185. OLE color: 11201185.

HSL color Cylindrical-coordinate representation of color #A1EAAA: hue angle of 127.4º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EAAA is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB161234170-
CMYK0.3100.270.08
HSL127.4º63.48%77.45%-
HSV(B)127.4º31.2%91.76%-
XYZ51.3869.3248.7-
YUV204.88108.3296.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.50%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=28.50%
G=41.42%
B=30.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612341700.3100.270.08127.463.4877.45
HexA1EAAA1F01B87f3f4d
Octal241352252370331017777115
Binary10100001111010101010101011111011011100011111111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EAAA; }

 p { color: rgb(161,234,170); }

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

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

 a { background-color: rgb(161,234,170); }

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

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

 span { border-color: rgb(161,234,170); }

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