#A9FD5F

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

Shades of Conifer #A9FD5F

Tints of Conifer #A9FD5F

Color information

#A9FD5F (or 0xA9FD5F) is unknown color: approx Conifer. HEX triplet: A9, FD and 5F. RGB value is (169,253,95). Sum of RGB (Red+Green+Blue) = 169+253+95=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FD5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FD5F is #5602A0. Grayscale: #D2D2D2. Windows color (decimal): -5636769 or 6290857. OLE color: 6290857.

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

Color convert

RGB16925395-
CMYK0.3300.620.01
HSL91.9º97.53%68.24%-
HSV(B)91.9º62.45%99.22%-
XYZ53.5579.5123.35-
YUV209.8763.1798.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 253 (99.22% from 255) = 48.94%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=32.69%
G=48.94%
B=18.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal169253950.3300.620.0191.997.5368.24
HexA9FD5F2103E15c6244
Octal251375137410761134142104
Binary1010100111111101101111110000101111101101110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FD5F; }

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

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

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

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

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

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

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

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