#a9d76b

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

Shades of Conifer #A9D76B

Tints of Conifer #A9D76B

Color information

#A9D76B (or 0xA9D76B) is unknown color: approx Conifer. HEX triplet: A9, D7 and 6B. RGB value is (169,215,107). Sum of RGB (Red+Green+Blue) = 169+215+107=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D76B is #562894. Grayscale: #BDBDBD. Windows color (decimal): -5646485 or 7067561. OLE color: 7067561.

HSL color Cylindrical-coordinate representation of color #A9D76B: hue angle of 85.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9D76B is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB169215107-
CMYK0.2100.500.16
HSL85.56º57.45%63.14%-
HSV(B)85.56º50.23%84.31%-
XYZ43.3258.122.84-
YUV188.9381.76113.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 215 (84.38% from 255) = 43.79%
BLUE value IS 107 (42.19% from 255) = 21.79%
R=34.42%
G=43.79%
B=21.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692151070.2100.500.1685.5657.4563.14
HexA9D76B150321056393f
Octal25132715325062201267177
Binary10101001110101111101011101010110010100001010110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9d76b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9d76b; }

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

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

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

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

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

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

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

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