#ACC45A

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

Shades of Celery #ACC45A

Tints of Celery #ACC45A

Color information

#ACC45A (or 0xACC45A) is unknown color: approx Celery. HEX triplet: AC, C4 and 5A. RGB value is (172,196,90). Sum of RGB (Red+Green+Blue) = 172+196+90=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC45A is #533BA5. Grayscale: #B1B1B1. Windows color (decimal): -5454758 or 5948588. OLE color: 5948588.

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

Color convert

RGB17219690-
CMYK0.1200.540.23
HSL73.58º47.32%56.08%-
HSV(B)73.58º54.08%76.86%-
XYZ38.648.9917.09-
YUV176.7479.05124.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 196 (76.95% from 255) = 42.79%
BLUE value IS 90 (35.55% from 255) = 19.65%
R=37.55%
G=42.79%
B=19.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172196900.1200.540.2373.5847.3256.08
HexACC45AC036174a2f38
Octal25430413214066271125770
Binary1010110011000100101101011000110110101111001010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC45A; }

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

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

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

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

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

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

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

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