#ACC14F

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

Shades of Celery #ACC14F

Tints of Celery #ACC14F

Color information

#ACC14F (or 0xACC14F) is unknown color: approx Celery. HEX triplet: AC, C1 and 4F. RGB value is (172,193,79). Sum of RGB (Red+Green+Blue) = 172+193+79=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC14F is #533EB0. Grayscale: #AEAEAE. Windows color (decimal): -5455537 or 5226924. OLE color: 5226924.

HSL color Cylindrical-coordinate representation of color #ACC14F: hue angle of 71.05º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACC14F is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB17219379-
CMYK0.1100.590.24
HSL71.05º47.9%53.33%-
HSV(B)71.05º59.07%75.69%-
XYZ37.4947.4814.58-
YUV173.7274.54126.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 79 (31.25% from 255) = 17.79%
R=38.74%
G=43.47%
B=17.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172193790.1100.590.2471.0547.953.33
HexACC14FB03B18473035
Octal25430111713073301076065
Binary1010110011000001100111110110111011110001000111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC14F; }

 p { color: rgb(172,193,79); }

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

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

 a { background-color: rgb(172,193,79); }

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

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

 span { border-color: rgb(172,193,79); }

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