#AFF8AD

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

Shades of Celadon #AFF8AD

Tints of Celadon #AFF8AD

Color information

#AFF8AD (or 0xAFF8AD) is unknown color: approx Celadon. HEX triplet: AF, F8 and AD. RGB value is (175,248,173). Sum of RGB (Red+Green+Blue) = 175+248+173=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF8AD is #500752. Grayscale: #D9D9D9. Windows color (decimal): -5244755 or 11401391. OLE color: 11401391.

HSL color Cylindrical-coordinate representation of color #AFF8AD: hue angle of 118.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF8AD is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB175248173-
CMYK0.2900.300.03
HSL118.4º84.27%82.55%-
HSV(B)118.4º30.24%97.25%-
XYZ58.7979.2751.74-
YUV217.62102.8297.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 248 (97.27% from 255) = 41.61%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=29.36%
G=41.61%
B=29.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481730.2900.300.03118.484.2782.55
HexAFF8AD1D01E3765453
Octal257370255350363166124123
Binary1010111111111000101011011110101111011111011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8AD; }

 p { color: rgb(175,248,173); }

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

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

 a { background-color: rgb(175,248,173); }

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

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

 span { border-color: rgb(175,248,173); }

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