#A8F0AD

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

Shades of Celadon #A8F0AD

Tints of Celadon #A8F0AD

Color information

#A8F0AD (or 0xA8F0AD) is unknown color: approx Celadon. HEX triplet: A8, F0 and AD. RGB value is (168,240,173). Sum of RGB (Red+Green+Blue) = 168+240+173=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F0AD is #570F52. Grayscale: #D3D3D3. Windows color (decimal): -5705555 or 11399336. OLE color: 11399336.

HSL color Cylindrical-coordinate representation of color #A8F0AD: hue angle of 124.17º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0AD is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB168240173-
CMYK0.300.280.06
HSL124.17º70.59%80%-
HSV(B)124.17º30%94.12%-
XYZ54.8573.6650.86-
YUV210.83106.6597.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.92%
GREEN value IS 240 (94.14% from 255) = 41.31%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=28.92%
G=41.31%
B=29.78%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682401730.300.280.06124.1770.5980
HexA8F0AD1E01C67c4750
Octal250360255360346174107120
Binary10101000111100001010110111110011100110111110010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F0AD; }

 p { color: rgb(168,240,173); }

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

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

 a { background-color: rgb(168,240,173); }

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

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

 span { border-color: rgb(168,240,173); }

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