#ACC139

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

Shades of Celery #ACC139

Tints of Celery #ACC139

Color information

#ACC139 (or 0xACC139) is unknown color: approx Celery. HEX triplet: AC, C1 and 39. RGB value is (172,193,57). Sum of RGB (Red+Green+Blue) = 172+193+57=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC139 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC139 is #533EC6. Grayscale: #ABABAB. Windows color (decimal): -5455559 or 3785132. OLE color: 3785132.

HSL color Cylindrical-coordinate representation of color #ACC139: hue angle of 69.26º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACC139 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB17219357-
CMYK0.1100.700.24
HSL69.26º54.4%49.02%-
HSV(B)69.26º70.47%75.69%-
XYZ36.8247.2111.04-
YUV171.2263.54128.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 193 (75.78% from 255) = 45.73%
BLUE value IS 57 (22.66% from 255) = 13.51%
R=40.76%
G=45.73%
B=13.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172193570.1100.700.2469.2654.449.02
HexACC139B04618453631
Octal25430171130106301056661
Binary1010110011000001111001101101000110110001000101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC139; }

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

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

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

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

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

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

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

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