#A6FD5D

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

Shades of Conifer #A6FD5D

Tints of Conifer #A6FD5D

Color information

#A6FD5D (or 0xA6FD5D) is unknown color: approx Conifer. HEX triplet: A6, FD and 5D. RGB value is (166,253,93). Sum of RGB (Red+Green+Blue) = 166+253+93=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FD5D is #5902A2. Grayscale: #D1D1D1. Windows color (decimal): -5833379 or 6159782. OLE color: 6159782.

HSL color Cylindrical-coordinate representation of color #A6FD5D: hue angle of 92.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6FD5D is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB16625393-
CMYK0.3400.630.01
HSL92.62º97.56%67.84%-
HSV(B)92.62º63.24%99.22%-
XYZ52.8379.1522.85-
YUV208.7562.6897.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 253 (99.22% from 255) = 49.41%
BLUE value IS 93 (36.72% from 255) = 18.16%
R=32.42%
G=49.41%
B=18.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166253930.3400.630.0192.6297.5667.84
HexA6FD5D2203F15d6244
Octal246375135420771135142104
Binary1010011011111101101110110001001111111101110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FD5D; }

 p { color: rgb(166,253,93); }

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

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

 a { background-color: rgb(166,253,93); }

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

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

 span { border-color: rgb(166,253,93); }

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