#A6C75C

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

Shades of Conifer #A6C75C

Tints of Conifer #A6C75C

Color information

#A6C75C (or 0xA6C75C) is unknown color: approx Conifer. HEX triplet: A6, C7 and 5C. RGB value is (166,199,92). Sum of RGB (Red+Green+Blue) = 166+199+92=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C75C is #5938A3. Grayscale: #B1B1B1. Windows color (decimal): -5847204 or 6080422. OLE color: 6080422.

HSL color Cylindrical-coordinate representation of color #A6C75C: hue angle of 78.5º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6C75C is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB16619992-
CMYK0.1700.540.22
HSL78.5º48.86%57.06%-
HSV(B)78.5º53.77%78.04%-
XYZ38.0849.7317.72-
YUV176.9480.07120.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 199 (78.12% from 255) = 43.54%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=36.32%
G=43.54%
B=20.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166199920.1700.540.2278.548.8657.06
HexA6C75C11036164f3139
Octal24630713421066261176171
Binary10100110110001111011100100010110110101101001111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C75C; }

 p { color: rgb(166,199,92); }

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

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

 a { background-color: rgb(166,199,92); }

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

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

 span { border-color: rgb(166,199,92); }

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