#A6F164

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

Shades of Conifer #A6F164

Tints of Conifer #A6F164

Color information

#A6F164 (or 0xA6F164) is unknown color: approx Conifer. HEX triplet: A6, F1 and 64. RGB value is (166,241,100). Sum of RGB (Red+Green+Blue) = 166+241+100=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F164 is #590E9B. Grayscale: #CACACA. Windows color (decimal): -5836444 or 6615462. OLE color: 6615462.

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

Color convert

RGB166241100-
CMYK0.3100.590.05
HSL91.91º83.43%66.86%-
HSV(B)91.91º58.51%94.51%-
XYZ49.4871.9423.33-
YUV202.570.15101.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 241 (94.53% from 255) = 47.53%
BLUE value IS 100 (39.45% from 255) = 19.72%
R=32.74%
G=47.53%
B=19.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662411000.3100.590.0591.9183.4366.86
HexA6F1641F03B55c5343
Octal246361144370735134123103
Binary10100110111100011100100111110111011101101110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F164; }

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

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

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

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

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

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

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

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