#A6F263

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

Shades of Conifer #A6F263

Tints of Conifer #A6F263

Color information

#A6F263 (or 0xA6F263) is unknown color: approx Conifer. HEX triplet: A6, F2 and 63. RGB value is (166,242,99). Sum of RGB (Red+Green+Blue) = 166+242+99=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F263 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F263 is #590D9C. Grayscale: #CBCBCB. Windows color (decimal): -5836189 or 6550182. OLE color: 6550182.

HSL color Cylindrical-coordinate representation of color #A6F263: hue angle of 91.89º degrees, saturation: 0.85, 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 #A6F263 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB16624299-
CMYK0.3100.590.05
HSL91.89º84.62%66.86%-
HSV(B)91.89º59.09%94.9%-
XYZ49.7372.5123.18-
YUV202.9769.32101.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 242 (94.92% from 255) = 47.73%
BLUE value IS 99 (39.06% from 255) = 19.53%
R=32.74%
G=47.73%
B=19.53%

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
Decimal166242990.3100.590.0591.8984.6266.86
HexA6F2631F03B55c5543
Octal246362143370735134125103
Binary10100110111100101100011111110111011101101110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F263; }

 p { color: rgb(166,242,99); }

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

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

 a { background-color: rgb(166,242,99); }

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

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

 span { border-color: rgb(166,242,99); }

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