#A8C048

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

Shades of Celery #A8C048

Tints of Celery #A8C048

Color information

#A8C048 (or 0xA8C048) is unknown color: approx Celery. HEX triplet: A8, C0 and 48. RGB value is (168,192,72). Sum of RGB (Red+Green+Blue) = 168+192+72=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C048 is #573FB7. Grayscale: #ABABAB. Windows color (decimal): -5717944 or 4767912. OLE color: 4767912.

HSL color Cylindrical-coordinate representation of color #A8C048: hue angle of 72º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8C048 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB16819272-
CMYK0.1200.630.25
HSL72º48.78%51.76%-
HSV(B)72º62.5%75.29%-
XYZ36.1746.4913.2-
YUV171.1472.05125.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 192 (75.39% from 255) = 44.44%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=38.89%
G=44.44%
B=16.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168192720.1200.630.257248.7851.76
HexA8C048C03F19483134
Octal25030011014077311106164
Binary1010100011000000100100011000111111110011001000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C048; }

 p { color: rgb(168,192,72); }

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

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

 a { background-color: rgb(168,192,72); }

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

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

 span { border-color: rgb(168,192,72); }

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