#A9DE5D

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

Shades of Conifer #A9DE5D

Tints of Conifer #A9DE5D

Color information

#A9DE5D (or 0xA9DE5D) is unknown color: approx Conifer. HEX triplet: A9, DE and 5D. RGB value is (169,222,93). Sum of RGB (Red+Green+Blue) = 169+222+93=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DE5D is #5621A2. Grayscale: #BFBFBF. Windows color (decimal): -5644707 or 6151849. OLE color: 6151849.

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

Color convert

RGB16922293-
CMYK0.2400.580.13
HSL84.65º66.15%61.76%-
HSV(B)84.65º58.11%87.06%-
XYZ44.4661.4719.88-
YUV191.4572.44111.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 222 (87.11% from 255) = 45.87%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=34.92%
G=45.87%
B=19.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169222930.2400.580.1384.6566.1561.76
HexA9DE5D1803AD55423e
Octal251336135300721512510276
Binary10101001110111101011101110000111010110110101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DE5D; }

 p { color: rgb(169,222,93); }

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

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

 a { background-color: rgb(169,222,93); }

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

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

 span { border-color: rgb(169,222,93); }

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