#A8C14D

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

Shades of Celery #A8C14D

Tints of Celery #A8C14D

Color information

#A8C14D (or 0xA8C14D) is unknown color: approx Celery. HEX triplet: A8, C1 and 4D. RGB value is (168,193,77). Sum of RGB (Red+Green+Blue) = 168+193+77=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C14D is #573EB2. Grayscale: #ACACAC. Windows color (decimal): -5717683 or 5095848. OLE color: 5095848.

HSL color Cylindrical-coordinate representation of color #A8C14D: hue angle of 72.93º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8C14D is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB16819377-
CMYK0.1300.600.24
HSL72.93º48.33%52.94%-
HSV(B)72.93º60.1%75.69%-
XYZ36.564714.17-
YUV172.374.22124.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 77 (30.47% from 255) = 17.58%
R=38.36%
G=44.06%
B=17.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168193770.1300.600.2472.9348.3352.94
HexA8C14DD03C18493035
Octal25030111515074301116065
Binary1010100011000001100110111010111100110001001001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C14D; }

 p { color: rgb(168,193,77); }

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

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

 a { background-color: rgb(168,193,77); }

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

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

 span { border-color: rgb(168,193,77); }

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