#A8F8AA

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

Shades of Celadon #A8F8AA

Tints of Celadon #A8F8AA

Color information

#A8F8AA (or 0xA8F8AA) is unknown color: approx Celadon. HEX triplet: A8, F8 and AA. RGB value is (168,248,170). Sum of RGB (Red+Green+Blue) = 168+248+170=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F8AA is #570755. Grayscale: #D7D7D7. Windows color (decimal): -5703510 or 11204776. OLE color: 11204776.

HSL color Cylindrical-coordinate representation of color #A8F8AA: hue angle of 121.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8AA is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB168248170-
CMYK0.3200.310.03
HSL121.5º85.11%81.57%-
HSV(B)121.5º32.26%97.25%-
XYZ56.9778.3650.15-
YUV215.19102.594.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.67%
GREEN value IS 248 (97.27% from 255) = 42.32%
BLUE value IS 170 (66.80% from 255) = 29.01%
R=28.67%
G=42.32%
B=29.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682481700.3200.310.03121.585.1181.57
HexA8F8AA2001F37a5552
Octal250370252400373172125122
Binary10101000111110001010101010000001111111111101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F8AA; }

 p { color: rgb(168,248,170); }

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

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

 a { background-color: rgb(168,248,170); }

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

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

 span { border-color: rgb(168,248,170); }

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