#ACC94E

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

Shades of Celery #ACC94E

Tints of Celery #ACC94E

Color information

#ACC94E (or 0xACC94E) is unknown color: approx Celery. HEX triplet: AC, C9 and 4E. RGB value is (172,201,78). Sum of RGB (Red+Green+Blue) = 172+201+78=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC94E is #5336B1. Grayscale: #B2B2B2. Windows color (decimal): -5453490 or 5163436. OLE color: 5163436.

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

Color convert

RGB17220178-
CMYK0.1400.610.21
HSL74.15º53.25%54.71%-
HSV(B)74.15º61.19%78.82%-
XYZ39.2851.0915-
YUV178.3171.39123.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 201 (78.91% from 255) = 44.57%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=38.14%
G=44.57%
B=17.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172201780.1400.610.2174.1553.2554.71
HexACC94EE03D154a3537
Octal25431111616075251126567
Binary1010110011001001100111011100111101101011001010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC94E; }

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

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

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

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

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

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

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

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