#AFF4AC

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

Shades of Celadon #AFF4AC

Tints of Celadon #AFF4AC

Color information

#AFF4AC (or 0xAFF4AC) is unknown color: approx Celadon. HEX triplet: AF, F4 and AC. RGB value is (175,244,172). Sum of RGB (Red+Green+Blue) = 175+244+172=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF4AC is #500B53. Grayscale: #D7D7D7. Windows color (decimal): -5245780 or 11334831. OLE color: 11334831.

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

Color convert

RGB175244172-
CMYK0.2800.300.04
HSL117.5º76.6%81.57%-
HSV(B)117.5º29.51%95.69%-
XYZ57.4876.7950.82-
YUV215.16103.6499.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 244 (95.70% from 255) = 41.29%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=29.61%
G=41.29%
B=29.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752441720.2800.300.04117.576.681.57
HexAFF4AC1C01E4754d52
Octal257364254340364165115122
Binary10101111111101001010110011100011110100111010110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4AC; }

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

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

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

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

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

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

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

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