#A0F955

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

Shades of Conifer #A0F955

Tints of Conifer #A0F955

Color information

#A0F955 (or 0xA0F955) is unknown color: approx Conifer. HEX triplet: A0, F9 and 55. RGB value is (160,249,85). Sum of RGB (Red+Green+Blue) = 160+249+85=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F955 is #5F06AA. Grayscale: #CCCCCC. Windows color (decimal): -6227627 or 5634464. OLE color: 5634464.

HSL color Cylindrical-coordinate representation of color #A0F955: hue angle of 92.56º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0F955 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB16024985-
CMYK0.3600.660.02
HSL92.56º93.18%65.49%-
HSV(B)92.56º65.86%97.65%-
XYZ50.0175.8820.6-
YUV203.6961.0196.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 249 (97.66% from 255) = 50.40%
BLUE value IS 85 (33.59% from 255) = 17.21%
R=32.39%
G=50.40%
B=17.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160249850.3600.660.0292.5693.1865.49
HexA0F9552404225d5d41
Octal2403711254401022135135101
Binary101000001111100110101011001000100001010101110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F955; }

 p { color: rgb(160,249,85); }

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

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

 a { background-color: rgb(160,249,85); }

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

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

 span { border-color: rgb(160,249,85); }

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