#ACC940

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

Shades of Celery #ACC940

Tints of Celery #ACC940

Color information

#ACC940 (or 0xACC940) is unknown color: approx Celery. HEX triplet: AC, C9 and 40. RGB value is (172,201,64). Sum of RGB (Red+Green+Blue) = 172+201+64=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC940 is #5336BF. Grayscale: #B1B1B1. Windows color (decimal): -5453504 or 4245932. OLE color: 4245932.

HSL color Cylindrical-coordinate representation of color #ACC940: hue angle of 72.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACC940 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB17220164-
CMYK0.1400.680.21
HSL72.7º55.92%51.96%-
HSV(B)72.7º68.16%78.82%-
XYZ38.8350.9112.63-
YUV176.7164.39124.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 201 (78.91% from 255) = 46.00%
BLUE value IS 64 (25.39% from 255) = 14.65%
R=39.36%
G=46.00%
B=14.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172201640.1400.680.2172.755.9251.96
HexACC940E04415493834
Octal254311100160104251117064
Binary10101100110010011000000111001000100101011001001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC940; }

 p { color: rgb(172,201,64); }

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

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

 a { background-color: rgb(172,201,64); }

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

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

 span { border-color: rgb(172,201,64); }

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