#A7DB64

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

Shades of Conifer #A7DB64

Tints of Conifer #A7DB64

Color information

#A7DB64 (or 0xA7DB64) is unknown color: approx Conifer. HEX triplet: A7, DB and 64. RGB value is (167,219,100). Sum of RGB (Red+Green+Blue) = 167+219+100=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB64 is #58249B. Grayscale: #BEBEBE. Windows color (decimal): -5776540 or 6609831. OLE color: 6609831.

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

Color convert

RGB167219100-
CMYK0.2400.540.14
HSL86.22º62.3%62.55%-
HSV(B)86.22º54.34%85.88%-
XYZ43.5759.821.3-
YUV189.8977.27111.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.36%
GREEN value IS 219 (85.94% from 255) = 45.06%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=34.36%
G=45.06%
B=20.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672191000.2400.540.1486.2262.362.55
HexA7DB6418036E563e3f
Octal24733314430066161267677
Binary1010011111011011110010011000011011011101010110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DB64; }

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

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

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

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

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

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

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

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