#A9F655

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

Shades of Conifer #A9F655

Tints of Conifer #A9F655

Color information

#A9F655 (or 0xA9F655) is unknown color: approx Conifer. HEX triplet: A9, F6 and 55. RGB value is (169,246,85). Sum of RGB (Red+Green+Blue) = 169+246+85=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #A9F655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F655 is #5609AA. Grayscale: #CDCDCD. Windows color (decimal): -5638571 or 5633705. OLE color: 5633705.

HSL color Cylindrical-coordinate representation of color #A9F655: hue angle of 88.7º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9F655 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB16924685-
CMYK0.3100.650.04
HSL88.7º89.94%64.9%-
HSV(B)88.7º65.45%96.47%-
XYZ50.967520.39-
YUV204.6260.49102.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 246 (96.48% from 255) = 49.2%
BLUE value IS 85 (33.59% from 255) = 17%
R=33.8%
G=49.2%
B=17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal169246850.3100.650.0488.789.9464.9
HexA9F6551F0414595a41
Octal2513661253701014131132101
Binary101010011111011010101011111101000001100101100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F655; }

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

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

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

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

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

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

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

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