#A8C555

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

Shades of Celery #A8C555

Tints of Celery #A8C555

Color information

#A8C555 (or 0xA8C555) is unknown color: approx Celery. HEX triplet: A8, C5 and 55. RGB value is (168,197,85). Sum of RGB (Red+Green+Blue) = 168+197+85=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C555 is #573AAA. Grayscale: #AFAFAF. Windows color (decimal): -5716651 or 5621160. OLE color: 5621160.

HSL color Cylindrical-coordinate representation of color #A8C555: hue angle of 75.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8C555 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB16819785-
CMYK0.1500.570.23
HSL75.54º49.12%55.29%-
HSV(B)75.54º56.85%77.25%-
XYZ37.7548.9116.05-
YUV175.5676.89122.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 197 (77.34% from 255) = 43.78%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=37.33%
G=43.78%
B=18.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168197850.1500.570.2375.5449.1255.29
HexA8C555F039174c3137
Octal25030512517071271146167
Binary1010100011000101101010111110111001101111001100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C555; }

 p { color: rgb(168,197,85); }

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

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

 a { background-color: rgb(168,197,85); }

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

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

 span { border-color: rgb(168,197,85); }

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