#A0B24B

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

Shades of Celery #A0B24B

Tints of Celery #A0B24B

Color information

#A0B24B (or 0xA0B24B) is unknown color: approx Celery. HEX triplet: A0, B2 and 4B. RGB value is (160,178,75). Sum of RGB (Red+Green+Blue) = 160+178+75=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B24B is #5F4DB4. Grayscale: #A1A1A1. Windows color (decimal): -6245813 or 4960928. OLE color: 4960928.

HSL color Cylindrical-coordinate representation of color #A0B24B: hue angle of 70.49º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0B24B is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB16017875-
CMYK0.1000.580.30
HSL70.49º40.71%49.61%-
HSV(B)70.49º57.87%69.8%-
XYZ31.6939.8212.67-
YUV160.8879.54127.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 178 (69.92% from 255) = 43.10%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=38.74%
G=43.10%
B=18.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160178750.1000.580.3070.4940.7149.61
HexA0B24BA03A1E462932
Octal24026211312072361065162
Binary1010000010110010100101110100111010111101000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B24B; }

 p { color: rgb(160,178,75); }

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

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

 a { background-color: rgb(160,178,75); }

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

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

 span { border-color: rgb(160,178,75); }

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