#ACC145

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

Shades of Celery #ACC145

Tints of Celery #ACC145

Color information

#ACC145 (or 0xACC145) is unknown color: approx Celery. HEX triplet: AC, C1 and 45. RGB value is (172,193,69). Sum of RGB (Red+Green+Blue) = 172+193+69=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC145 is #533EBA. Grayscale: #ADADAD. Windows color (decimal): -5455547 or 4571564. OLE color: 4571564.

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

Color convert

RGB17219369-
CMYK0.1100.640.24
HSL70.16º50%51.37%-
HSV(B)70.16º64.25%75.69%-
XYZ37.1647.3412.81-
YUV172.5869.54127.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 193 (75.78% from 255) = 44.47%
BLUE value IS 69 (27.34% from 255) = 15.90%
R=39.63%
G=44.47%
B=15.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172193690.1100.640.2470.165051.37
HexACC145B04018463233
Octal254301105130100301066263
Binary10101100110000011000101101101000000110001000110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC145; }

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

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

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

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

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

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

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

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