#AFF6AC

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

Shades of Celadon #AFF6AC

Tints of Celadon #AFF6AC

Color information

#AFF6AC (or 0xAFF6AC) is unknown color: approx Celadon. HEX triplet: AF, F6 and AC. RGB value is (175,246,172). Sum of RGB (Red+Green+Blue) = 175+246+172=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF6AC is #500953. Grayscale: #D8D8D8. Windows color (decimal): -5245268 or 11335343. OLE color: 11335343.

HSL color Cylindrical-coordinate representation of color #AFF6AC: hue angle of 117.57º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF6AC is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB175246172-
CMYK0.2900.300.04
HSL117.57º80.43%81.96%-
HSV(B)117.57º30.08%96.47%-
XYZ58.087851.02-
YUV216.33102.9898.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 246 (96.48% from 255) = 41.48%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=29.51%
G=41.48%
B=29.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752461720.2900.300.04117.5780.4381.96
HexAFF6AC1D01E4765052
Octal257366254350364166120122
Binary10101111111101101010110011101011110100111011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF6AC; }

 p { color: rgb(175,246,172); }

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

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

 a { background-color: rgb(175,246,172); }

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

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

 span { border-color: rgb(175,246,172); }

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