#A9FD5D

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

Shades of Conifer #A9FD5D

Tints of Conifer #A9FD5D

Color information

#A9FD5D (or 0xA9FD5D) is unknown color: approx Conifer. HEX triplet: A9, FD and 5D. RGB value is (169,253,93). Sum of RGB (Red+Green+Blue) = 169+253+93=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FD5D is #5602A2. Grayscale: #D2D2D2. Windows color (decimal): -5636771 or 6159785. OLE color: 6159785.

HSL color Cylindrical-coordinate representation of color #A9FD5D: hue angle of 91.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9FD5D is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB16925393-
CMYK0.3300.630.01
HSL91.5º97.56%67.84%-
HSV(B)91.5º63.24%99.22%-
XYZ53.4679.4822.88-
YUV209.6462.1799.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 253 (99.22% from 255) = 49.13%
BLUE value IS 93 (36.72% from 255) = 18.06%
R=32.82%
G=49.13%
B=18.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal169253930.3300.630.0191.597.5667.84
HexA9FD5D2103F15c6244
Octal251375135410771134142104
Binary1010100111111101101110110000101111111101110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FD5D; }

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

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

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

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

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

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

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

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