#AFF9AD

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

Shades of Celadon #AFF9AD

Tints of Celadon #AFF9AD

Color information

#AFF9AD (or 0xAFF9AD) is unknown color: approx Celadon. HEX triplet: AF, F9 and AD. RGB value is (175,249,173). Sum of RGB (Red+Green+Blue) = 175+249+173=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF9AD is #500652. Grayscale: #DADADA. Windows color (decimal): -5244499 or 11401647. OLE color: 11401647.

HSL color Cylindrical-coordinate representation of color #AFF9AD: hue angle of 118.42º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFF9AD is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB175249173-
CMYK0.3000.310.02
HSL118.42º86.36%82.75%-
HSV(B)118.42º30.52%97.65%-
XYZ59.179.8851.84-
YUV218.21102.4897.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 249 (97.66% from 255) = 41.71%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=29.31%
G=41.71%
B=28.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491730.3000.310.02118.4286.3682.75
HexAFF9AD1E01F2765653
Octal257371255360372166126123
Binary1010111111111001101011011111001111110111011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9AD; }

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

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

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

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

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

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

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

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