#AFF1AE

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

Shades of Celadon #AFF1AE

Tints of Celadon #AFF1AE

Color information

#AFF1AE (or 0xAFF1AE) is unknown color: approx Celadon. HEX triplet: AF, F1 and AE. RGB value is (175,241,174). Sum of RGB (Red+Green+Blue) = 175+241+174=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF1AE is #500E51. Grayscale: #D5D5D5. Windows color (decimal): -5246546 or 11465135. OLE color: 11465135.

HSL color Cylindrical-coordinate representation of color #AFF1AE: hue angle of 119.1º 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 #AFF1AE is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB175241174-
CMYK0.2700.280.05
HSL119.1º70.53%81.37%-
HSV(B)119.1º27.8%94.51%-
XYZ56.7775.0851.54-
YUV213.63105.63100.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 241 (94.53% from 255) = 40.85%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=29.66%
G=40.85%
B=29.49%

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
Decimal1752411740.2700.280.05119.170.5381.37
HexAFF1AE1B01C5774751
Octal257361256330345167107121
Binary10101111111100011010111011011011100101111011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1AE; }

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

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

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

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

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

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

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

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