#A1F0AD

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

Shades of Celadon #A1F0AD

Tints of Celadon #A1F0AD

Color information

#A1F0AD (or 0xA1F0AD) is unknown color: approx Celadon. HEX triplet: A1, F0 and AD. RGB value is (161,240,173). Sum of RGB (Red+Green+Blue) = 161+240+173=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F0AD is #5E0F52. Grayscale: #D0D0D0. Windows color (decimal): -6164307 or 11399329. OLE color: 11399329.

HSL color Cylindrical-coordinate representation of color #A1F0AD: hue angle of 129.11º 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 #A1F0AD is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB161240173-
CMYK0.3300.280.06
HSL129.11º72.48%78.63%-
HSV(B)129.11º32.92%94.12%-
XYZ53.472.9150.79-
YUV208.74107.8393.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.05%
GREEN value IS 240 (94.14% from 255) = 41.81%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=28.05%
G=41.81%
B=30.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612401730.3300.280.06129.1172.4878.63
HexA1F0AD2101C681484f
Octal241360255410346201110117
Binary1010000111110000101011011000010111001101000000110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0AD; }

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

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

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

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

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

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

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

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