#A5D866

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

Shades of Conifer #A5D866

Tints of Conifer #A5D866

Color information

#A5D866 (or 0xA5D866) is unknown color: approx Conifer. HEX triplet: A5, D8 and 66. RGB value is (165,216,102). Sum of RGB (Red+Green+Blue) = 165+216+102=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D866 is #5A2799. Grayscale: #BCBCBC. Windows color (decimal): -5908378 or 6740133. OLE color: 6740133.

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

Color convert

RGB165216102-
CMYK0.2400.530.15
HSL86.84º59.38%62.35%-
HSV(B)86.84º52.78%84.71%-
XYZ42.4758.0721.54-
YUV187.7679.6111.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 102 (40.23% from 255) = 21.12%
R=34.16%
G=44.72%
B=21.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161020.2400.530.1586.8459.3862.35
HexA5D86618035F573b3e
Octal24533014630065171277376
Binary1010010111011000110011011000011010111111010111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D866; }

 p { color: rgb(165,216,102); }

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

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

 a { background-color: rgb(165,216,102); }

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

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

 span { border-color: rgb(165,216,102); }

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