#A1F3AA

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

Shades of Celadon #A1F3AA

Tints of Celadon #A1F3AA

Color information

#A1F3AA (or 0xA1F3AA) is unknown color: approx Celadon. HEX triplet: A1, F3 and AA. RGB value is (161,243,170). Sum of RGB (Red+Green+Blue) = 161+243+170=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F3AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F3AA is #5E0C55. Grayscale: #D2D2D2. Windows color (decimal): -6163542 or 11203489. OLE color: 11203489.

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

Color convert

RGB161243170-
CMYK0.3400.300.05
HSL126.59º77.36%79.22%-
HSV(B)126.59º33.74%95.29%-
XYZ5474.5849.58-
YUV210.16105.3392.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.05%
GREEN value IS 243 (95.31% from 255) = 42.33%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=28.05%
G=42.33%
B=29.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612431700.3400.300.05126.5977.3679.22
HexA1F3AA2201E57f4d4f
Octal241363252420365177115117
Binary101000011111001110101010100010011110101111111110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F3AA; }

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

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

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

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

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

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

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

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