#A8FAAC

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

Shades of Celadon #A8FAAC

Tints of Celadon #A8FAAC

Color information

#A8FAAC (or 0xA8FAAC) is unknown color: approx Celadon. HEX triplet: A8, FA and AC. RGB value is (168,250,172). Sum of RGB (Red+Green+Blue) = 168+250+172=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FAAC is #570553. Grayscale: #D8D8D8. Windows color (decimal): -5702996 or 11336360. OLE color: 11336360.

HSL color Cylindrical-coordinate representation of color #A8FAAC: hue angle of 122.93º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAAC is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB168250172-
CMYK0.3300.310.02
HSL122.93º89.13%81.96%-
HSV(B)122.93º32.8%98.04%-
XYZ57.7879.6751.36-
YUV216.59102.8393.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.47%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=28.47%
G=42.37%
B=29.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682501720.3300.310.02122.9389.1381.96
HexA8FAAC2101F27b5952
Octal250372254410372173131122
Binary10101000111110101010110010000101111110111101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAAC; }

 p { color: rgb(168,250,172); }

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

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

 a { background-color: rgb(168,250,172); }

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

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

 span { border-color: rgb(168,250,172); }

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