#A2F160

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

Shades of Conifer #A2F160

Tints of Conifer #A2F160

Color information

#A2F160 (or 0xA2F160) is unknown color: approx Conifer. HEX triplet: A2, F1 and 60. RGB value is (162,241,96). Sum of RGB (Red+Green+Blue) = 162+241+96=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F160 is #5D0E9F. Grayscale: #C9C9C9. Windows color (decimal): -6098592 or 6353314. OLE color: 6353314.

HSL color Cylindrical-coordinate representation of color #A2F160: hue angle of 92.69º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2F160 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB16224196-
CMYK0.3300.600.05
HSL92.69º83.82%66.08%-
HSV(B)92.69º60.17%94.51%-
XYZ48.4771.4422.3-
YUV200.8568.83100.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 241 (94.53% from 255) = 48.30%
BLUE value IS 96 (37.89% from 255) = 19.24%
R=32.46%
G=48.30%
B=19.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162241960.3300.600.0592.6983.8266.08
HexA2F1602103C55d5442
Octal242361140410745135124102
Binary101000101111000111000001000010111100101101110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F160; }

 p { color: rgb(162,241,96); }

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

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

 a { background-color: rgb(162,241,96); }

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

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

 span { border-color: rgb(162,241,96); }

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