#A9F85D

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

Shades of Conifer #A9F85D

Tints of Conifer #A9F85D

Color information

#A9F85D (or 0xA9F85D) is unknown color: approx Conifer. HEX triplet: A9, F8 and 5D. RGB value is (169,248,93). Sum of RGB (Red+Green+Blue) = 169+248+93=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F85D is #5607A2. Grayscale: #CFCFCF. Windows color (decimal): -5638051 or 6158505. OLE color: 6158505.

HSL color Cylindrical-coordinate representation of color #A9F85D: hue angle of 90.58º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9F85D is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB16924893-
CMYK0.3200.620.03
HSL90.58º91.72%66.86%-
HSV(B)90.58º62.5%97.25%-
XYZ51.9176.3622.36-
YUV206.7163.83101.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 248 (97.27% from 255) = 48.63%
BLUE value IS 93 (36.72% from 255) = 18.24%
R=33.14%
G=48.63%
B=18.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal169248930.3200.620.0390.5891.7266.86
HexA9F85D2003E35b5c43
Octal251370135400763133134103
Binary10101001111110001011101100000011111011101101110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F85D; }

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

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

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

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

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

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

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

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