#A0F660

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

Shades of Conifer #A0F660

Tints of Conifer #A0F660

Color information

#A0F660 (or 0xA0F660) is unknown color: approx Conifer. HEX triplet: A0, F6 and 60. RGB value is (160,246,96). Sum of RGB (Red+Green+Blue) = 160+246+96=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F660 is #5F099F. Grayscale: #CBCBCB. Windows color (decimal): -6228384 or 6354592. OLE color: 6354592.

HSL color Cylindrical-coordinate representation of color #A0F660: hue angle of 94.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0F660 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB16024696-
CMYK0.3500.610.04
HSL94.4º89.29%67.06%-
HSV(B)94.4º60.98%96.47%-
XYZ49.5674.2322.78-
YUV203.1967.5197.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 246 (96.48% from 255) = 49.00%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=31.87%
G=49.00%
B=19.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160246960.3500.610.0494.489.2967.06
HexA0F6602303D45e5943
Octal240366140430754136131103
Binary101000001111011011000001000110111101100101111010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F660; }

 p { color: rgb(160,246,96); }

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

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

 a { background-color: rgb(160,246,96); }

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

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

 span { border-color: rgb(160,246,96); }

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