#ACC141

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

Shades of Celery #ACC141

Tints of Celery #ACC141

Color information

#ACC141 (or 0xACC141) is unknown color: approx Celery. HEX triplet: AC, C1 and 41. RGB value is (172,193,65). Sum of RGB (Red+Green+Blue) = 172+193+65=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC141 is #533EBE. Grayscale: #ACACAC. Windows color (decimal): -5455551 or 4309420. OLE color: 4309420.

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

Color convert

RGB17219365-
CMYK0.1100.660.24
HSL69.84º50.79%50.59%-
HSV(B)69.84º66.32%75.69%-
XYZ37.0447.2912.18-
YUV172.1367.54127.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=40%
G=44.88%
B=15.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172193650.1100.660.2469.8450.7950.59
HexACC141B04218463333
Octal254301101130102301066363
Binary10101100110000011000001101101000010110001000110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC141; }

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

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

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

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

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

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

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

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