#A9D765

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

Shades of Conifer #A9D765

Tints of Conifer #A9D765

Color information

#A9D765 (or 0xA9D765) is unknown color: approx Conifer. HEX triplet: A9, D7 and 65. RGB value is (169,215,101). Sum of RGB (Red+Green+Blue) = 169+215+101=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D765 is #56289A. Grayscale: #BCBCBC. Windows color (decimal): -5646491 or 6674345. OLE color: 6674345.

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

Color convert

RGB169215101-
CMYK0.2100.530.16
HSL84.21º58.76%61.96%-
HSV(B)84.21º53.02%84.31%-
XYZ43.0157.9821.24-
YUV188.2578.76114.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 101 (39.84% from 255) = 20.82%
R=34.85%
G=44.33%
B=20.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692151010.2100.530.1684.2158.7661.96
HexA9D7651503510543b3e
Octal25132714525065201247376
Binary10101001110101111100101101010110101100001010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D765; }

 p { color: rgb(169,215,101); }

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

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

 a { background-color: rgb(169,215,101); }

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

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

 span { border-color: rgb(169,215,101); }

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