#AFF7AD

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

Shades of Celadon #AFF7AD

Tints of Celadon #AFF7AD

Color information

#AFF7AD (or 0xAFF7AD) is unknown color: approx Celadon. HEX triplet: AF, F7 and AD. RGB value is (175,247,173). Sum of RGB (Red+Green+Blue) = 175+247+173=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF7AD is #500852. Grayscale: #D9D9D9. Windows color (decimal): -5245011 or 11401135. OLE color: 11401135.

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

Color convert

RGB175247173-
CMYK0.2900.300.03
HSL118.38º82.22%82.35%-
HSV(B)118.38º29.96%96.86%-
XYZ58.4878.6551.63-
YUV217.04103.1598.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 247 (96.88% from 255) = 41.51%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=29.41%
G=41.51%
B=29.08%

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
Decimal1752471730.2900.300.03118.3882.2282.35
HexAFF7AD1D01E3765252
Octal257367255350363166122122
Binary1010111111110111101011011110101111011111011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7AD; }

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

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

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

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

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

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

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

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