#A5C150

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

Shades of Celery #A5C150

Tints of Celery #A5C150

Color information

#A5C150 (or 0xA5C150) is unknown color: approx Celery. HEX triplet: A5, C1 and 50. RGB value is (165,193,80). Sum of RGB (Red+Green+Blue) = 165+193+80=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C150 is #5A3EAF. Grayscale: #ACACAC. Windows color (decimal): -5914288 or 5292453. OLE color: 5292453.

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

Color convert

RGB16519380-
CMYK0.1500.590.24
HSL74.87º47.68%53.53%-
HSV(B)74.87º58.55%75.69%-
XYZ36.0346.7214.71-
YUV171.7576.22123.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 80 (31.64% from 255) = 18.26%
R=37.67%
G=44.06%
B=18.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165193800.1500.590.2474.8747.6853.53
HexA5C150F03B184b3036
Octal24530112017073301136066
Binary1010010111000001101000011110111011110001001011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C150; }

 p { color: rgb(165,193,80); }

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

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

 a { background-color: rgb(165,193,80); }

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

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

 span { border-color: rgb(165,193,80); }

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