#A6F169

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

Shades of Conifer #A6F169

Tints of Conifer #A6F169

Color information

#A6F169 (or 0xA6F169) is unknown color: approx Conifer. HEX triplet: A6, F1 and 69. RGB value is (166,241,105). Sum of RGB (Red+Green+Blue) = 166+241+105=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F169 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F169 is #590E96. Grayscale: #CBCBCB. Windows color (decimal): -5836439 or 6943142. OLE color: 6943142.

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

Color convert

RGB166241105-
CMYK0.3100.560.05
HSL93.09º82.93%67.84%-
HSV(B)93.09º56.43%94.51%-
XYZ49.7372.0424.65-
YUV203.0772.65101.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 241 (94.53% from 255) = 47.07%
BLUE value IS 105 (41.41% from 255) = 20.51%
R=32.42%
G=47.07%
B=20.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662411050.3100.560.0593.0982.9367.84
HexA6F1691F03855d5344
Octal246361151370705135123104
Binary10100110111100011101001111110111000101101110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F169; }

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

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

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

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

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

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

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

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