#AFF2AE

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

Shades of Celadon #AFF2AE

Tints of Celadon #AFF2AE

Color information

#AFF2AE (or 0xAFF2AE) is unknown color: approx Celadon. HEX triplet: AF, F2 and AE. RGB value is (175,242,174). Sum of RGB (Red+Green+Blue) = 175+242+174=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF2AE is #500D51. Grayscale: #D6D6D6. Windows color (decimal): -5246290 or 11465391. OLE color: 11465391.

HSL color Cylindrical-coordinate representation of color #AFF2AE: hue angle of 119.12º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2AE is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB175242174-
CMYK0.2800.280.05
HSL119.12º72.34%81.57%-
HSV(B)119.12º28.1%94.9%-
XYZ57.0775.6751.64-
YUV214.22105.3100.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 242 (94.92% from 255) = 40.95%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=29.61%
G=40.95%
B=29.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421740.2800.280.05119.1272.3481.57
HexAFF2AE1C01C5774852
Octal257362256340345167110122
Binary10101111111100101010111011100011100101111011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2AE; }

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

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

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

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

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

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

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

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