#A5F8AE

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

Shades of Celadon #A5F8AE

Tints of Celadon #A5F8AE

Color information

#A5F8AE (or 0xA5F8AE) is unknown color: approx Celadon. HEX triplet: A5, F8 and AE. RGB value is (165,248,174). Sum of RGB (Red+Green+Blue) = 165+248+174=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F8AE is #5A0751. Grayscale: #D6D6D6. Windows color (decimal): -5900114 or 11466917. OLE color: 11466917.

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

Color convert

RGB165248174-
CMYK0.3300.300.03
HSL126.51º85.57%80.98%-
HSV(B)126.51º33.47%97.25%-
XYZ56.7278.1952.15-
YUV214.7510592.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.11%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=28.11%
G=42.25%
B=29.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652481740.3300.300.03126.5185.5780.98
HexA5F8AE2101E37f5651
Octal245370256410363177126121
Binary10100101111110001010111010000101111011111111110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F8AE; }

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

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

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

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

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

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

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

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