#A7DB6A

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

Shades of Conifer #A7DB6A

Tints of Conifer #A7DB6A

Color information

#A7DB6A (or 0xA7DB6A) is unknown color: approx Conifer. HEX triplet: A7, DB and 6A. RGB value is (167,219,106). Sum of RGB (Red+Green+Blue) = 167+219+106=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB6A is #582495. Grayscale: #BEBEBE. Windows color (decimal): -5776534 or 7003047. OLE color: 7003047.

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

Color convert

RGB167219106-
CMYK0.2400.520.14
HSL87.61º61.08%63.73%-
HSV(B)87.61º51.6%85.88%-
XYZ43.8759.9222.89-
YUV190.5780.27111.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.94%
GREEN value IS 219 (85.94% from 255) = 44.51%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=33.94%
G=44.51%
B=21.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672191060.2400.520.1487.6161.0863.73
HexA7DB6A18034E583d40
Octal247333152300641613075100
Binary10100111110110111101010110000110100111010110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DB6A; }

 p { color: rgb(167,219,106); }

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

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

 a { background-color: rgb(167,219,106); }

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

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

 span { border-color: rgb(167,219,106); }

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