#A7DC61

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

Shades of Conifer #A7DC61

Tints of Conifer #A7DC61

Color information

#A7DC61 (or 0xA7DC61) is unknown color: approx Conifer. HEX triplet: A7, DC and 61. RGB value is (167,220,97). Sum of RGB (Red+Green+Blue) = 167+220+97=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC61 is #58239E. Grayscale: #BEBEBE. Windows color (decimal): -5776287 or 6413479. OLE color: 6413479.

HSL color Cylindrical-coordinate representation of color #A7DC61: hue angle of 85.85º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7DC61 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB16722097-
CMYK0.2400.560.14
HSL85.85º63.73%62.16%-
HSV(B)85.85º55.91%86.27%-
XYZ43.6960.2620.64-
YUV190.1375.44111.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 97 (38.28% from 255) = 20.04%
R=34.50%
G=45.45%
B=20.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal167220970.2400.560.1485.8563.7362.16
HexA7DC6118038E56403e
Octal247334141300701612610076
Binary10100111110111001100001110000111000111010101101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DC61; }

 p { color: rgb(167,220,97); }

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

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

 a { background-color: rgb(167,220,97); }

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

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

 span { border-color: rgb(167,220,97); }

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