#A0C04F

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

Shades of Celery #A0C04F

Tints of Celery #A0C04F

Color information

#A0C04F (or 0xA0C04F) is unknown color: approx Celery. HEX triplet: A0, C0 and 4F. RGB value is (160,192,79). Sum of RGB (Red+Green+Blue) = 160+192+79=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C04F is #5F3FB0. Grayscale: #A9A9A9. Windows color (decimal): -6242225 or 5226656. OLE color: 5226656.

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

Color convert

RGB16019279-
CMYK0.1700.590.25
HSL76.99º47.28%53.14%-
HSV(B)76.99º58.85%75.29%-
XYZ34.7645.7414.39-
YUV169.5576.9121.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 192 (75.39% from 255) = 44.55%
BLUE value IS 79 (31.25% from 255) = 18.33%
R=37.12%
G=44.55%
B=18.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160192790.1700.590.2576.9947.2853.14
HexA0C04F1103B194d2f35
Octal24030011721073311155765
Binary10100000110000001001111100010111011110011001101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C04F; }

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

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

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

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

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

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

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

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