#A5CA51

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

Shades of Conifer #A5CA51

Tints of Conifer #A5CA51

Color information

#A5CA51 (or 0xA5CA51) is unknown color: approx Conifer. HEX triplet: A5, CA and 51. RGB value is (165,202,81). Sum of RGB (Red+Green+Blue) = 165+202+81=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA51 is #5A35AE. Grayscale: #B1B1B1. Windows color (decimal): -5911983 or 5360293. OLE color: 5360293.

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

Color convert

RGB16520281-
CMYK0.1800.600.21
HSL78.35º53.3%55.49%-
HSV(B)78.35º59.9%79.22%-
XYZ38.1250.8315.59-
YUV177.1473.74119.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 202 (79.30% from 255) = 45.09%
BLUE value IS 81 (32.03% from 255) = 18.08%
R=36.83%
G=45.09%
B=18.08%

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
Decimal165202810.1800.600.2178.3553.355.49
HexA5CA511203C154e3537
Octal24531212122074251166567
Binary10100101110010101010001100100111100101011001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA51; }

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

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

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

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

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

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

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

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