#A9F155

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

Shades of Conifer #A9F155

Tints of Conifer #A9F155

Color information

#A9F155 (or 0xA9F155) is unknown color: approx Conifer. HEX triplet: A9, F1 and 55. RGB value is (169,241,85). Sum of RGB (Red+Green+Blue) = 169+241+85=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F155 is #560EAA. Grayscale: #CACACA. Windows color (decimal): -5639851 or 5632425. OLE color: 5632425.

HSL color Cylindrical-coordinate representation of color #A9F155: hue angle of 87.69º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9F155 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB16924185-
CMYK0.3000.650.05
HSL87.69º84.78%63.92%-
HSV(B)87.69º64.73%94.51%-
XYZ49.467219.89-
YUV201.6962.15104.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 85 (33.59% from 255) = 17.17%
R=34.14%
G=48.69%
B=17.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal169241850.3000.650.0587.6984.7863.92
HexA9F1551E0415585540
Octal2513611253601015130125100
Binary101010011111000110101011111001000001101101100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F155; }

 p { color: rgb(169,241,85); }

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

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

 a { background-color: rgb(169,241,85); }

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

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

 span { border-color: rgb(169,241,85); }

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