#AFFCAA

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

Shades of Celadon #AFFCAA

Tints of Celadon #AFFCAA

Color information

#AFFCAA (or 0xAFFCAA) is unknown color: approx Celadon. HEX triplet: AF, FC and AA. RGB value is (175,252,170). Sum of RGB (Red+Green+Blue) = 175+252+170=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFCAA is #500355. Grayscale: #DBDBDB. Windows color (decimal): -5243734 or 11205807. OLE color: 11205807.

HSL color Cylindrical-coordinate representation of color #AFFCAA: hue angle of 116.34º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFFCAA is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB175252170-
CMYK0.3100.330.01
HSL116.34º93.18%82.75%-
HSV(B)116.34º32.54%98.82%-
XYZ59.7581.6450.64-
YUV219.6399.9996.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=29.31%
G=42.21%
B=28.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521700.3100.330.01116.3493.1882.75
HexAFFCAA1F0211745d53
Octal257374252370411164135123
Binary1010111111111100101010101111101000011111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCAA; }

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

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

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

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

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

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

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

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