#ACCC4C

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

Shades of Celery #ACCC4C

Tints of Celery #ACCC4C

Color information

#ACCC4C (or 0xACCC4C) is unknown color: approx Celery. HEX triplet: AC, CC and 4C. RGB value is (172,204,76). Sum of RGB (Red+Green+Blue) = 172+204+76=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC4C is #5333B3. Grayscale: #B4B4B4. Windows color (decimal): -5452724 or 5033132. OLE color: 5033132.

HSL color Cylindrical-coordinate representation of color #ACCC4C: hue angle of 75º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACCC4C is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB17220476-
CMYK0.1600.630.2
HSL75º55.65%54.9%-
HSV(B)75º62.75%80%-
XYZ39.9152.4814.86-
YUV179.8469.4122.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 204 (80.08% from 255) = 45.13%
BLUE value IS 76 (30.08% from 255) = 16.81%
R=38.05%
G=45.13%
B=16.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172204760.1600.630.27555.6554.9
HexACCC4C1003F144b3837
Octal25431411420077241137067
Binary10101100110011001001100100000111111101001001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC4C; }

 p { color: rgb(172,204,76); }

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

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

 a { background-color: rgb(172,204,76); }

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

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

 span { border-color: rgb(172,204,76); }

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