#A9DD5B

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

Shades of Conifer #A9DD5B

Tints of Conifer #A9DD5B

Color information

#A9DD5B (or 0xA9DD5B) is unknown color: approx Conifer. HEX triplet: A9, DD and 5B. RGB value is (169,221,91). Sum of RGB (Red+Green+Blue) = 169+221+91=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DD5B is #5622A4. Grayscale: #BFBFBF. Windows color (decimal): -5644965 or 6020521. OLE color: 6020521.

HSL color Cylindrical-coordinate representation of color #A9DD5B: hue angle of 84º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9DD5B is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB16922191-
CMYK0.2400.590.13
HSL84º65.66%61.18%-
HSV(B)84º58.82%86.67%-
XYZ44.1160.919.33-
YUV190.6371.77112.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 91 (35.94% from 255) = 18.92%
R=35.14%
G=45.95%
B=18.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169221910.2400.590.138465.6661.18
HexA9DD5B1803BD54423d
Octal251335133300731512410275
Binary10101001110111011011011110000111011110110101001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DD5B; }

 p { color: rgb(169,221,91); }

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

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

 a { background-color: rgb(169,221,91); }

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

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

 span { border-color: rgb(169,221,91); }

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