#AAF4A7

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

Shades of Celadon #AAF4A7

Tints of Celadon #AAF4A7

Color information

#AAF4A7 (or 0xAAF4A7) is unknown color: approx Celadon. HEX triplet: AA, F4 and A7. RGB value is (170,244,167). Sum of RGB (Red+Green+Blue) = 170+244+167=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF4A7 is #550B58. Grayscale: #D5D5D5. Windows color (decimal): -5573465 or 11007146. OLE color: 11007146.

HSL color Cylindrical-coordinate representation of color #AAF4A7: hue angle of 117.66º degrees, saturation: 0.78, 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 #AAF4A7 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB170244167-
CMYK0.3000.320.04
HSL117.66º77.78%80.59%-
HSV(B)117.66º31.56%95.69%-
XYZ55.976.0448.29-
YUV213.1101.9897.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 244 (95.70% from 255) = 42.00%
BLUE value IS 167 (65.62% from 255) = 28.74%
R=29.26%
G=42.00%
B=28.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702441670.3000.320.04117.6677.7880.59
HexAAF4A71E0204764e51
Octal252364247360404166116121
Binary101010101111010010100111111100100000100111011010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF4A7; }

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

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

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

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

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

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

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

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