#A1F0AA

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

Shades of Celadon #A1F0AA

Tints of Celadon #A1F0AA

Color information

#A1F0AA (or 0xA1F0AA) is unknown color: approx Celadon. HEX triplet: A1, F0 and AA. RGB value is (161,240,170). Sum of RGB (Red+Green+Blue) = 161+240+170=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F0AA is #5E0F55. Grayscale: #D0D0D0. Windows color (decimal): -6164310 or 11202721. OLE color: 11202721.

HSL color Cylindrical-coordinate representation of color #A1F0AA: hue angle of 126.84º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0AA is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB161240170-
CMYK0.3300.290.06
HSL126.84º72.48%78.63%-
HSV(B)126.84º32.92%94.12%-
XYZ53.1172.849.28-
YUV208.4106.3394.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.20%
GREEN value IS 240 (94.14% from 255) = 42.03%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=28.20%
G=42.03%
B=29.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612401700.3300.290.06126.8472.4878.63
HexA1F0AA2101D67f484f
Octal241360252410356177110117
Binary101000011111000010101010100001011101110111111110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0AA; }

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

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

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

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

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

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

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

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