#A1C14F

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

Shades of Celery #A1C14F

Tints of Celery #A1C14F

Color information

#A1C14F (or 0xA1C14F) is unknown color: approx Celery. HEX triplet: A1, C1 and 4F. RGB value is (161,193,79). Sum of RGB (Red+Green+Blue) = 161+193+79=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C14F is #5E3EB0. Grayscale: #AAAAAA. Windows color (decimal): -6176433 or 5226913. OLE color: 5226913.

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

Color convert

RGB16119379-
CMYK0.1700.590.24
HSL76.84º47.9%53.33%-
HSV(B)76.84º59.07%75.69%-
XYZ35.1846.2814.48-
YUV170.4476.4121.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 193 (75.78% from 255) = 44.57%
BLUE value IS 79 (31.25% from 255) = 18.24%
R=37.18%
G=44.57%
B=18.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161193790.1700.590.2476.8447.953.33
HexA1C14F1103B184d3035
Octal24130111721073301156065
Binary10100001110000011001111100010111011110001001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C14F; }

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

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

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

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

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

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

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

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