#AAF1AF

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

Shades of Celadon #AAF1AF

Tints of Celadon #AAF1AF

Color information

#AAF1AF (or 0xAAF1AF) is unknown color: approx Celadon. HEX triplet: AA, F1 and AF. RGB value is (170,241,175). Sum of RGB (Red+Green+Blue) = 170+241+175=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1AF is #550E50. Grayscale: #D4D4D4. Windows color (decimal): -5574225 or 11530666. OLE color: 11530666.

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

Color convert

RGB170241175-
CMYK0.2900.270.05
HSL124.23º71.72%80.59%-
HSV(B)124.23º29.46%94.51%-
XYZ55.7774.5552.01-
YUV212.25106.9897.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 241 (94.53% from 255) = 41.13%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=29.01%
G=41.13%
B=29.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411750.2900.270.05124.2371.7280.59
HexAAF1AF1D01B57c4851
Octal252361257350335174110121
Binary10101010111100011010111111101011011101111110010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1AF; }

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

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

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

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

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

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

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

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