#AFF1AD

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

Shades of Celadon #AFF1AD

Tints of Celadon #AFF1AD

Color information

#AFF1AD (or 0xAFF1AD) is unknown color: approx Celadon. HEX triplet: AF, F1 and AD. RGB value is (175,241,173). Sum of RGB (Red+Green+Blue) = 175+241+173=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF1AD is #500E52. Grayscale: #D5D5D5. Windows color (decimal): -5246547 or 11399599. OLE color: 11399599.

HSL color Cylindrical-coordinate representation of color #AFF1AD: hue angle of 118.24º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF1AD is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB175241173-
CMYK0.2700.280.05
HSL118.24º70.83%81.18%-
HSV(B)118.24º28.22%94.51%-
XYZ56.6875.0451.03-
YUV213.51105.13100.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 241 (94.53% from 255) = 40.92%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=29.71%
G=40.92%
B=29.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411730.2700.280.05118.2470.8381.18
HexAFF1AD1B01C5764751
Octal257361255330345166107121
Binary10101111111100011010110111011011100101111011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1AD; }

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

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

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

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

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

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

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

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