#A5D95E

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

Shades of Conifer #A5D95E

Tints of Conifer #A5D95E

Color information

#A5D95E (or 0xA5D95E) is unknown color: approx Conifer. HEX triplet: A5, D9 and 5E. RGB value is (165,217,94). Sum of RGB (Red+Green+Blue) = 165+217+94=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D95E is #5A26A1. Grayscale: #BBBBBB. Windows color (decimal): -5908130 or 6216101. OLE color: 6216101.

HSL color Cylindrical-coordinate representation of color #A5D95E: hue angle of 85.37º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5D95E is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB16521794-
CMYK0.2400.570.15
HSL85.37º61.81%60.98%-
HSV(B)85.37º56.68%85.1%-
XYZ42.3558.4319.64-
YUV187.4375.27112-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 217 (85.16% from 255) = 45.59%
BLUE value IS 94 (37.11% from 255) = 19.75%
R=34.66%
G=45.59%
B=19.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165217940.2400.570.1585.3761.8160.98
HexA5D95E18039F553e3d
Octal24533113630071171257675
Binary1010010111011001101111011000011100111111010101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D95E; }

 p { color: rgb(165,217,94); }

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

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

 a { background-color: rgb(165,217,94); }

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

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

 span { border-color: rgb(165,217,94); }

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