#A5CA50

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

Shades of Conifer #A5CA50

Tints of Conifer #A5CA50

Color information

#A5CA50 (or 0xA5CA50) is unknown color: approx Conifer. HEX triplet: A5, CA and 50. RGB value is (165,202,80). Sum of RGB (Red+Green+Blue) = 165+202+80=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA50 is #5A35AF. Grayscale: #B1B1B1. Windows color (decimal): -5911984 or 5294757. OLE color: 5294757.

HSL color Cylindrical-coordinate representation of color #A5CA50: hue angle of 78.2º 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 #A5CA50 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB16520280-
CMYK0.1800.600.21
HSL78.2º53.51%55.29%-
HSV(B)78.2º60.4%79.22%-
XYZ38.0950.8215.39-
YUV177.0373.24119.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 202 (79.30% from 255) = 45.19%
BLUE value IS 80 (31.64% from 255) = 17.90%
R=36.91%
G=45.19%
B=17.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165202800.1800.600.2178.253.5155.29
HexA5CA501203C154e3637
Octal24531212022074251166667
Binary10100101110010101010000100100111100101011001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA50; }

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

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

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

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

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

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

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

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