#A6EF5A

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

Shades of Conifer #A6EF5A

Tints of Conifer #A6EF5A

Color information

#A6EF5A (or 0xA6EF5A) is unknown color: approx Conifer. HEX triplet: A6, EF and 5A. RGB value is (166,239,90). Sum of RGB (Red+Green+Blue) = 166+239+90=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EF5A is #5910A5. Grayscale: #C8C8C8. Windows color (decimal): -5836966 or 5959590. OLE color: 5959590.

HSL color Cylindrical-coordinate representation of color #A6EF5A: hue angle of 89.4º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6EF5A is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB16623990-
CMYK0.3100.620.06
HSL89.4º82.32%64.51%-
HSV(B)89.4º62.34%93.73%-
XYZ48.4470.5820.74-
YUV200.1965.82103.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 239 (93.75% from 255) = 48.28%
BLUE value IS 90 (35.55% from 255) = 18.18%
R=33.54%
G=48.28%
B=18.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal166239900.3100.620.0689.482.3264.51
HexA6EF5A1F03E6595241
Octal246357132370766131122101
Binary10100110111011111011010111110111110110101100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EF5A; }

 p { color: rgb(166,239,90); }

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

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

 a { background-color: rgb(166,239,90); }

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

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

 span { border-color: rgb(166,239,90); }

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