#ACC442

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

Shades of Celery #ACC442

Tints of Celery #ACC442

Color information

#ACC442 (or 0xACC442) is unknown color: approx Celery. HEX triplet: AC, C4 and 42. RGB value is (172,196,66). Sum of RGB (Red+Green+Blue) = 172+196+66=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC442 is #533BBD. Grayscale: #AEAEAE. Windows color (decimal): -5454782 or 4375724. OLE color: 4375724.

HSL color Cylindrical-coordinate representation of color #ACC442: hue angle of 71.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACC442 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB17219666-
CMYK0.1200.660.23
HSL71.08º52.42%51.37%-
HSV(B)71.08º66.33%76.86%-
XYZ37.7448.6412.55-
YUV17467.05126.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 196 (76.95% from 255) = 45.16%
BLUE value IS 66 (26.17% from 255) = 15.21%
R=39.63%
G=45.16%
B=15.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172196660.1200.660.2371.0852.4251.37
HexACC442C04217473433
Octal254304102140102271076463
Binary10101100110001001000010110001000010101111000111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC442; }

 p { color: rgb(172,196,66); }

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

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

 a { background-color: rgb(172,196,66); }

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

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

 span { border-color: rgb(172,196,66); }

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