#A8FDAF

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

Shades of Celadon #A8FDAF

Tints of Celadon #A8FDAF

Color information

#A8FDAF (or 0xA8FDAF) is unknown color: approx Celadon. HEX triplet: A8, FD and AF. RGB value is (168,253,175). Sum of RGB (Red+Green+Blue) = 168+253+175=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FDAF is #570250. Grayscale: #DADADA. Windows color (decimal): -5702225 or 11533736. OLE color: 11533736.

HSL color Cylindrical-coordinate representation of color #A8FDAF: hue angle of 124.94º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDAF is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB168253175-
CMYK0.3400.310.01
HSL124.94º95.51%82.55%-
HSV(B)124.94º33.6%99.22%-
XYZ59.0181.6753.21-
YUV218.69103.3491.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.19%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=28.19%
G=42.45%
B=29.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682531750.3400.310.01124.9495.5182.55
HexA8FDAF2201F17d6053
Octal250375257420371175140123
Binary1010100011111101101011111000100111111111110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDAF; }

 p { color: rgb(168,253,175); }

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

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

 a { background-color: rgb(168,253,175); }

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

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

 span { border-color: rgb(168,253,175); }

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