#AFF0AE

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

Shades of Celadon #AFF0AE

Tints of Celadon #AFF0AE

Color information

#AFF0AE (or 0xAFF0AE) is unknown color: approx Celadon. HEX triplet: AF, F0 and AE. RGB value is (175,240,174). Sum of RGB (Red+Green+Blue) = 175+240+174=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF0AE is #500F51. Grayscale: #D5D5D5. Windows color (decimal): -5246802 or 11464879. OLE color: 11464879.

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

Color convert

RGB175240174-
CMYK0.2700.280.06
HSL119.09º68.75%81.18%-
HSV(B)119.09º27.5%94.12%-
XYZ56.4874.4951.45-
YUV213.04105.97100.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=29.71%
G=40.75%
B=29.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401740.2700.280.06119.0968.7581.18
HexAFF0AE1B01C6774551
Octal257360256330346167105121
Binary10101111111100001010111011011011100110111011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0AE; }

 p { color: rgb(175,240,174); }

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

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

 a { background-color: rgb(175,240,174); }

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

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

 span { border-color: rgb(175,240,174); }

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