#A0C04D

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

Shades of Celery #A0C04D

Tints of Celery #A0C04D

Color information

#A0C04D (or 0xA0C04D) is unknown color: approx Celery. HEX triplet: A0, C0 and 4D. RGB value is (160,192,77). Sum of RGB (Red+Green+Blue) = 160+192+77=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C04D is #5F3FB2. Grayscale: #A9A9A9. Windows color (decimal): -6242227 or 5095584. OLE color: 5095584.

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

Color convert

RGB16019277-
CMYK0.1700.600.25
HSL76.7º47.72%52.75%-
HSV(B)76.7º59.9%75.29%-
XYZ34.6945.7114.02-
YUV169.3275.9121.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=37.30%
G=44.76%
B=17.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160192770.1700.600.2576.747.7252.75
HexA0C04D1103C194d3035
Octal24030011521074311156065
Binary10100000110000001001101100010111100110011001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C04D; }

 p { color: rgb(160,192,77); }

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

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

 a { background-color: rgb(160,192,77); }

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

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

 span { border-color: rgb(160,192,77); }

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