#A1F8AE

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

Shades of Celadon #A1F8AE

Tints of Celadon #A1F8AE

Color information

#A1F8AE (or 0xA1F8AE) is unknown color: approx Celadon. HEX triplet: A1, F8 and AE. RGB value is (161,248,174). Sum of RGB (Red+Green+Blue) = 161+248+174=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F8AE is #5E0751. Grayscale: #D5D5D5. Windows color (decimal): -6162258 or 11466913. OLE color: 11466913.

HSL color Cylindrical-coordinate representation of color #A1F8AE: hue angle of 128.97º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F8AE is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB161248174-
CMYK0.3500.300.03
HSL128.97º86.14%80.2%-
HSV(B)128.97º35.08%97.25%-
XYZ55.9177.7752.11-
YUV213.55105.6890.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.62%
GREEN value IS 248 (97.27% from 255) = 42.54%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=27.62%
G=42.54%
B=29.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612481740.3500.300.03128.9786.1480.2
HexA1F8AE2301E3815650
Octal241370256430363201126120
Binary101000011111100010101110100011011110111000000110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F8AE; }

 p { color: rgb(161,248,174); }

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

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

 a { background-color: rgb(161,248,174); }

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

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

 span { border-color: rgb(161,248,174); }

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