#a6f355

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

Shades of Conifer #A6F355

Tints of Conifer #A6F355

Color information

#A6F355 (or 0xA6F355) is unknown color: approx Conifer. HEX triplet: A6, F3 and 55. RGB value is (166,243,85). Sum of RGB (Red+Green+Blue) = 166+243+85=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F355 is #590CAA. Grayscale: #CACACA. Windows color (decimal): -5835947 or 5632934. OLE color: 5632934.

HSL color Cylindrical-coordinate representation of color #A6F355: hue angle of 89.24º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6F355 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB16624385-
CMYK0.3200.650.05
HSL89.24º86.81%64.31%-
HSV(B)89.24º65.02%95.29%-
XYZ49.4272.8620.05-
YUV201.9661.99102.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 243 (95.31% from 255) = 49.19%
BLUE value IS 85 (33.59% from 255) = 17.21%
R=33.60%
G=49.19%
B=17.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal166243850.3200.650.0589.2486.8164.31
HexA6F355200415595740
Octal2463631254001015131127100
Binary1010011011110011101010110000001000001101101100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6f355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6f355; }

 p { color: rgb(166,243,85); }

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

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

 a { background-color: rgb(166,243,85); }

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

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

 span { border-color: rgb(166,243,85); }

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