#A1F2AA

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

Shades of Celadon #A1F2AA

Tints of Celadon #A1F2AA

Color information

#A1F2AA (or 0xA1F2AA) is unknown color: approx Celadon. HEX triplet: A1, F2 and AA. RGB value is (161,242,170). Sum of RGB (Red+Green+Blue) = 161+242+170=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F2AA is #5E0D55. Grayscale: #D1D1D1. Windows color (decimal): -6163798 or 11203233. OLE color: 11203233.

HSL color Cylindrical-coordinate representation of color #A1F2AA: hue angle of 126.67º degrees, saturation: 0.76, 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 #A1F2AA is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB161242170-
CMYK0.3300.300.05
HSL126.67º75.7%79.02%-
HSV(B)126.67º33.47%94.9%-
XYZ53.7173.9849.48-
YUV209.57105.6693.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.10%
GREEN value IS 242 (94.92% from 255) = 42.23%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=28.10%
G=42.23%
B=29.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612421700.3300.300.05126.6775.779.02
HexA1F2AA2101E57f4c4f
Octal241362252410365177114117
Binary101000011111001010101010100001011110101111111110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F2AA; }

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

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

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

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

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

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

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

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