#a9ca50

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

Shades of Celery #A9CA50

Tints of Celery #A9CA50

Color information

#A9CA50 (or 0xA9CA50) is unknown color: approx Celery. HEX triplet: A9, CA and 50. RGB value is (169,202,80). Sum of RGB (Red+Green+Blue) = 169+202+80=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA50 is #5635AF. Grayscale: #B2B2B2. Windows color (decimal): -5649840 or 5294761. OLE color: 5294761.

HSL color Cylindrical-coordinate representation of color #A9CA50: hue angle of 76.23º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9CA50 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB16920280-
CMYK0.1600.600.21
HSL76.23º53.51%55.29%-
HSV(B)76.23º60.4%79.22%-
XYZ38.9351.2615.43-
YUV178.2272.57121.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 80 (31.64% from 255) = 17.74%
R=37.47%
G=44.79%
B=17.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169202800.1600.600.2176.2353.5155.29
HexA9CA501003C154c3637
Octal25131212020074251146667
Binary10101001110010101010000100000111100101011001100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9ca50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9ca50; }

 p { color: rgb(169,202,80); }

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

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

 a { background-color: rgb(169,202,80); }

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

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

 span { border-color: rgb(169,202,80); }

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