#A0C153

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

Shades of Celery #A0C153

Tints of Celery #A0C153

Color information

#A0C153 (or 0xA0C153) is unknown color: approx Celery. HEX triplet: A0, C1 and 53. RGB value is (160,193,83). Sum of RGB (Red+Green+Blue) = 160+193+83=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C153 is #5F3EAC. Grayscale: #ABABAB. Windows color (decimal): -6241965 or 5489056. OLE color: 5489056.

HSL color Cylindrical-coordinate representation of color #A0C153: hue angle of 78º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0C153 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB16019383-
CMYK0.1700.570.24
HSL78º47.01%54.12%-
HSV(B)78º56.99%75.69%-
XYZ35.1346.2415.26-
YUV170.5978.57120.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 193 (75.78% from 255) = 44.27%
BLUE value IS 83 (32.81% from 255) = 19.04%
R=36.70%
G=44.27%
B=19.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160193830.1700.570.247847.0154.12
HexA0C15311039184e2f36
Octal24030112321071301165766
Binary10100000110000011010011100010111001110001001110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C153; }

 p { color: rgb(160,193,83); }

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

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

 a { background-color: rgb(160,193,83); }

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

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

 span { border-color: rgb(160,193,83); }

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