#ACC249

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

Shades of Celery #ACC249

Tints of Celery #ACC249

Color information

#ACC249 (or 0xACC249) is unknown color: approx Celery. HEX triplet: AC, C2 and 49. RGB value is (172,194,73). Sum of RGB (Red+Green+Blue) = 172+194+73=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC249 is #533DB6. Grayscale: #AEAEAE. Windows color (decimal): -5455287 or 4833964. OLE color: 4833964.

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

Color convert

RGB17219473-
CMYK0.1100.620.24
HSL70.91º49.79%52.35%-
HSV(B)70.91º62.37%76.08%-
XYZ37.5147.8413.56-
YUV173.6371.21126.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 194 (76.17% from 255) = 44.19%
BLUE value IS 73 (28.91% from 255) = 16.63%
R=39.18%
G=44.19%
B=16.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172194730.1100.620.2470.9149.7952.35
HexACC249B03E18473234
Octal25430211113076301076264
Binary1010110011000010100100110110111110110001000111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC249; }

 p { color: rgb(172,194,73); }

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

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

 a { background-color: rgb(172,194,73); }

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

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

 span { border-color: rgb(172,194,73); }

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