#A1F1AA

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

Shades of Celadon #A1F1AA

Tints of Celadon #A1F1AA

Color information

#A1F1AA (or 0xA1F1AA) is unknown color: approx Celadon. HEX triplet: A1, F1 and AA. RGB value is (161,241,170). Sum of RGB (Red+Green+Blue) = 161+241+170=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F1AA is #5E0E55. Grayscale: #D1D1D1. Windows color (decimal): -6164054 or 11202977. OLE color: 11202977.

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

Color convert

RGB161241170-
CMYK0.3300.290.05
HSL126.75º74.07%78.82%-
HSV(B)126.75º33.2%94.51%-
XYZ53.4173.3949.38-
YUV208.9910693.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 241 (94.53% from 255) = 42.13%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=28.15%
G=42.13%
B=29.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411700.3300.290.05126.7574.0778.82
HexA1F1AA2101D57f4a4f
Octal241361252410355177112117
Binary101000011111000110101010100001011101101111111110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F1AA; }

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

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

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

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

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

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

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

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