#ACC355

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

Shades of Celery #ACC355

Tints of Celery #ACC355

Color information

#ACC355 (or 0xACC355) is unknown color: approx Celery. HEX triplet: AC, C3 and 55. RGB value is (172,195,85). Sum of RGB (Red+Green+Blue) = 172+195+85=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC355 is #533CAA. Grayscale: #B0B0B0. Windows color (decimal): -5455019 or 5620652. OLE color: 5620652.

HSL color Cylindrical-coordinate representation of color #ACC355: hue angle of 72.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACC355 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB17219585-
CMYK0.1200.560.24
HSL72.55º47.83%54.9%-
HSV(B)72.55º56.41%76.47%-
XYZ38.1748.4615.94-
YUV175.5876.88125.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 85 (33.59% from 255) = 18.81%
R=38.05%
G=43.14%
B=18.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172195850.1200.560.2472.5547.8354.9
HexACC355C03818493037
Octal25430312514070301116067
Binary1010110011000011101010111000111000110001001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC355; }

 p { color: rgb(172,195,85); }

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

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

 a { background-color: rgb(172,195,85); }

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

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

 span { border-color: rgb(172,195,85); }

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