#AFF5AD

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

Shades of Celadon #AFF5AD

Tints of Celadon #AFF5AD

Color information

#AFF5AD (or 0xAFF5AD) is unknown color: approx Celadon. HEX triplet: AF, F5 and AD. RGB value is (175,245,173). Sum of RGB (Red+Green+Blue) = 175+245+173=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF5AD is #500A52. Grayscale: #D8D8D8. Windows color (decimal): -5245523 or 11400623. OLE color: 11400623.

HSL color Cylindrical-coordinate representation of color #AFF5AD: hue angle of 118.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5AD is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB175245173-
CMYK0.2900.290.04
HSL118.33º78.26%81.96%-
HSV(B)118.33º29.39%96.08%-
XYZ57.8777.4451.43-
YUV215.86103.8198.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 245 (96.09% from 255) = 41.32%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=29.51%
G=41.32%
B=29.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451730.2900.290.04118.3378.2681.96
HexAFF5AD1D01D4764e52
Octal257365255350354166116122
Binary10101111111101011010110111101011101100111011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5AD; }

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

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

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

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

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

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

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

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