#AAF6A7

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

Shades of Celadon #AAF6A7

Tints of Celadon #AAF6A7

Color information

#AAF6A7 (or 0xAAF6A7) is unknown color: approx Celadon. HEX triplet: AA, F6 and A7. RGB value is (170,246,167). Sum of RGB (Red+Green+Blue) = 170+246+167=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 167 (65.62% from 255 or 28.64% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF6A7 is #550958. Grayscale: #D6D6D6. Windows color (decimal): -5572953 or 11007658. OLE color: 11007658.

HSL color Cylindrical-coordinate representation of color #AAF6A7: hue angle of 117.72º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF6A7 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB170246167-
CMYK0.3100.320.04
HSL117.72º81.44%80.98%-
HSV(B)117.72º32.11%96.47%-
XYZ56.5177.2548.49-
YUV214.27101.3296.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 246 (96.48% from 255) = 42.20%
BLUE value IS 167 (65.62% from 255) = 28.64%
R=29.16%
G=42.20%
B=28.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702461670.3100.320.04117.7281.4480.98
HexAAF6A71F0204765151
Octal252366247370404166121121
Binary101010101111011010100111111110100000100111011010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF6A7; }

 p { color: rgb(170,246,167); }

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

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

 a { background-color: rgb(170,246,167); }

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

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

 span { border-color: rgb(170,246,167); }

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