#A6F05F

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

Shades of Conifer #A6F05F

Tints of Conifer #A6F05F

Color information

#A6F05F (or 0xA6F05F) is unknown color: approx Conifer. HEX triplet: A6, F0 and 5F. RGB value is (166,240,95). Sum of RGB (Red+Green+Blue) = 166+240+95=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F05F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F05F is #590FA0. Grayscale: #C9C9C9. Windows color (decimal): -5836705 or 6287526. OLE color: 6287526.

HSL color Cylindrical-coordinate representation of color #A6F05F: hue angle of 90.62º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6F05F is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB16624095-
CMYK0.3100.600.06
HSL90.62º82.86%65.69%-
HSV(B)90.62º60.42%94.12%-
XYZ48.9571.2522-
YUV201.3467.98102.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 240 (94.14% from 255) = 47.90%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=33.13%
G=47.90%
B=18.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal166240950.3100.600.0690.6282.8665.69
HexA6F05F1F03C65b5342
Octal246360137370746133123102
Binary10100110111100001011111111110111100110101101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F05F; }

 p { color: rgb(166,240,95); }

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

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

 a { background-color: rgb(166,240,95); }

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

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

 span { border-color: rgb(166,240,95); }

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