#AAF9AF

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

Shades of Celadon #AAF9AF

Tints of Celadon #AAF9AF

Color information

#AAF9AF (or 0xAAF9AF) is unknown color: approx Celadon. HEX triplet: AA, F9 and AF. RGB value is (170,249,175). Sum of RGB (Red+Green+Blue) = 170+249+175=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF9AF is #550650. Grayscale: #D9D9D9. Windows color (decimal): -5572177 or 11532714. OLE color: 11532714.

HSL color Cylindrical-coordinate representation of color #AAF9AF: hue angle of 123.8º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9AF is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB170249175-
CMYK0.3200.300.02
HSL123.8º86.81%82.16%-
HSV(B)123.8º31.73%97.65%-
XYZ58.1979.3952.81-
YUV216.94104.3394.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 249 (97.66% from 255) = 41.92%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=28.62%
G=41.92%
B=29.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491750.3200.300.02123.886.8182.16
HexAAF9AF2001E27c5752
Octal252371257400362174127122
Binary10101010111110011010111110000001111010111110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9AF; }

 p { color: rgb(170,249,175); }

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

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

 a { background-color: rgb(170,249,175); }

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

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

 span { border-color: rgb(170,249,175); }

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