#A0B63E

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

Shades of Celery #A0B63E

Tints of Celery #A0B63E

Color information

#A0B63E (or 0xA0B63E) is unknown color: approx Celery. HEX triplet: A0, B6 and 3E. RGB value is (160,182,62). Sum of RGB (Red+Green+Blue) = 160+182+62=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B63E is #5F49C1. Grayscale: #A2A2A2. Windows color (decimal): -6244802 or 4109984. OLE color: 4109984.

HSL color Cylindrical-coordinate representation of color #A0B63E: hue angle of 71º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0B63E is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB16018262-
CMYK0.1200.660.29
HSL71º49.18%47.84%-
HSV(B)71º65.93%71.37%-
XYZ32.0941.2810.83-
YUV161.7471.71126.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 182 (71.48% from 255) = 45.05%
BLUE value IS 62 (24.61% from 255) = 15.35%
R=39.60%
G=45.05%
B=15.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160182620.1200.660.297149.1847.84
HexA0B63EC0421D473130
Octal24026676140102351076160
Binary1010000010110110111110110001000010111011000111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B63E; }

 p { color: rgb(160,182,62); }

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

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

 a { background-color: rgb(160,182,62); }

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

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

 span { border-color: rgb(160,182,62); }

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