#A6F147

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

Shades of Conifer #A6F147

Tints of Conifer #A6F147

Color information

#A6F147 (or 0xA6F147) is unknown color: approx Conifer. HEX triplet: A6, F1 and 47. RGB value is (166,241,71). Sum of RGB (Red+Green+Blue) = 166+241+71=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F147 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F147 is #590EB8. Grayscale: #C7C7C7. Windows color (decimal): -5836473 or 4714918. OLE color: 4714918.

HSL color Cylindrical-coordinate representation of color #A6F147: hue angle of 86.47º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6F147 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB16624171-
CMYK0.3100.710.05
HSL86.47º85.86%61.18%-
HSV(B)86.47º70.54%94.51%-
XYZ48.3271.4717.21-
YUV199.255.65104.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 241 (94.53% from 255) = 50.42%
BLUE value IS 71 (28.12% from 255) = 14.85%
R=34.73%
G=50.42%
B=14.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal166241710.3100.710.0586.4785.8661.18
HexA6F1471F047556563d
Octal246361107370107512612675
Binary10100110111100011000111111110100011110110101101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F147; }

 p { color: rgb(166,241,71); }

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

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

 a { background-color: rgb(166,241,71); }

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

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

 span { border-color: rgb(166,241,71); }

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