#A6CD61

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

Shades of Conifer #A6CD61

Tints of Conifer #A6CD61

Color information

#A6CD61 (or 0xA6CD61) is unknown color: approx Conifer. HEX triplet: A6, CD and 61. RGB value is (166,205,97). Sum of RGB (Red+Green+Blue) = 166+205+97=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CD61 is #59329E. Grayscale: #B5B5B5. Windows color (decimal): -5845663 or 6409638. OLE color: 6409638.

HSL color Cylindrical-coordinate representation of color #A6CD61: hue angle of 81.67º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6CD61 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB16620597-
CMYK0.1900.530.20
HSL81.67º51.92%59.22%-
HSV(B)81.67º52.68%80.39%-
XYZ39.7152.6319.38-
YUV181.0380.58117.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=35.47%
G=43.80%
B=20.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166205970.1900.530.2081.6751.9259.22
HexA6CD61130351452343b
Octal24631514123065241226473
Binary10100110110011011100001100110110101101001010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CD61; }

 p { color: rgb(166,205,97); }

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

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

 a { background-color: rgb(166,205,97); }

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

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

 span { border-color: rgb(166,205,97); }

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