#AFC556

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

Shades of Celery #AFC556

Tints of Celery #AFC556

Color information

#AFC556 (or 0xAFC556) is unknown color: approx Celery. HEX triplet: AF, C5 and 56. RGB value is (175,197,86). Sum of RGB (Red+Green+Blue) = 175+197+86=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC556 is #503AA9. Grayscale: #B2B2B2. Windows color (decimal): -5257898 or 5686703. OLE color: 5686703.

HSL color Cylindrical-coordinate representation of color #AFC556: hue angle of 71.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFC556 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB17519786-
CMYK0.1100.560.23
HSL71.89º48.9%55.49%-
HSV(B)71.89º56.35%77.25%-
XYZ39.3349.7216.33-
YUV177.7776.21126.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 197 (77.34% from 255) = 43.01%
BLUE value IS 86 (33.98% from 255) = 18.78%
R=38.21%
G=43.01%
B=18.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175197860.1100.560.2371.8948.955.49
HexAFC556B03817483137
Octal25730512613070271106167
Binary1010111111000101101011010110111000101111001000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC556; }

 p { color: rgb(175,197,86); }

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

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

 a { background-color: rgb(175,197,86); }

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

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

 span { border-color: rgb(175,197,86); }

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