#A1B24F

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

Shades of Celery #A1B24F

Tints of Celery #A1B24F

Color information

#A1B24F (or 0xA1B24F) is unknown color: approx Celery. HEX triplet: A1, B2 and 4F. RGB value is (161,178,79). Sum of RGB (Red+Green+Blue) = 161+178+79=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B24F is #5E4DB0. Grayscale: #A2A2A2. Windows color (decimal): -6180273 or 5223073. OLE color: 5223073.

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

Color convert

RGB16117879-
CMYK0.1000.560.30
HSL70.3º39.13%50.39%-
HSV(B)70.3º55.62%69.8%-
XYZ32.0339.9813.43-
YUV161.6381.37127.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 178 (69.92% from 255) = 42.58%
BLUE value IS 79 (31.25% from 255) = 18.90%
R=38.52%
G=42.58%
B=18.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161178790.1000.560.3070.339.1350.39
HexA1B24FA0381E462732
Octal24126211712070361064762
Binary1010000110110010100111110100111000111101000110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B24F; }

 p { color: rgb(161,178,79); }

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

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

 a { background-color: rgb(161,178,79); }

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

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

 span { border-color: rgb(161,178,79); }

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