#A9DC5A

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

Shades of Conifer #A9DC5A

Tints of Conifer #A9DC5A

Color information

#A9DC5A (or 0xA9DC5A) is unknown color: approx Conifer. HEX triplet: A9, DC and 5A. RGB value is (169,220,90). Sum of RGB (Red+Green+Blue) = 169+220+90=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DC5A is #5623A5. Grayscale: #BEBEBE. Windows color (decimal): -5645222 or 5954729. OLE color: 5954729.

HSL color Cylindrical-coordinate representation of color #A9DC5A: hue angle of 83.54º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9DC5A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB16922090-
CMYK0.2300.590.14
HSL83.54º65%60.78%-
HSV(B)83.54º59.09%86.27%-
XYZ43.860.3619.01-
YUV189.9371.6113.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 220 (86.33% from 255) = 45.93%
BLUE value IS 90 (35.55% from 255) = 18.79%
R=35.28%
G=45.93%
B=18.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169220900.2300.590.1483.546560.78
HexA9DC5A1703BE54413d
Octal251334132270731612410175
Binary10101001110111001011010101110111011111010101001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DC5A; }

 p { color: rgb(169,220,90); }

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

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

 a { background-color: rgb(169,220,90); }

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

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

 span { border-color: rgb(169,220,90); }

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