#A4C550

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

Shades of Celery #A4C550

Tints of Celery #A4C550

Color information

#A4C550 (or 0xA4C550) is unknown color: approx Celery. HEX triplet: A4, C5 and 50. RGB value is (164,197,80). Sum of RGB (Red+Green+Blue) = 164+197+80=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C550 is #5B3AAF. Grayscale: #AEAEAE. Windows color (decimal): -5978800 or 5293476. OLE color: 5293476.

HSL color Cylindrical-coordinate representation of color #A4C550: hue angle of 76.92º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4C550 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB16419780-
CMYK0.1700.590.23
HSL76.92º50.21%54.31%-
HSV(B)76.92º59.39%77.25%-
XYZ36.7248.415-
YUV173.875.07121.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 197 (77.34% from 255) = 44.67%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=37.19%
G=44.67%
B=18.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164197800.1700.590.2376.9250.2154.31
HexA4C5501103B174d3236
Octal24430512021073271156266
Binary10100100110001011010000100010111011101111001101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C550; }

 p { color: rgb(164,197,80); }

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

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

 a { background-color: rgb(164,197,80); }

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

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

 span { border-color: rgb(164,197,80); }

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