#A7D64D

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

Shades of Conifer #A7D64D

Tints of Conifer #A7D64D

Color information

#A7D64D (or 0xA7D64D) is unknown color: approx Conifer. HEX triplet: A7, D6 and 4D. RGB value is (167,214,77). Sum of RGB (Red+Green+Blue) = 167+214+77=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D64D is #5829B2. Grayscale: #B8B8B8. Windows color (decimal): -5777843 or 5101223. OLE color: 5101223.

HSL color Cylindrical-coordinate representation of color #A7D64D: hue angle of 80.58º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7D64D is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB16721477-
CMYK0.2200.640.16
HSL80.58º62.56%57.06%-
HSV(B)80.58º64.02%83.92%-
XYZ41.3256.8415.82-
YUV184.3367.43115.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 77 (30.47% from 255) = 16.81%
R=36.46%
G=46.72%
B=16.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal167214770.2200.640.1680.5862.5657.06
HexA7D64D1604010513f39
Octal247326115260100201217771
Binary101001111101011010011011011001000000100001010001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D64D; }

 p { color: rgb(167,214,77); }

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

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

 a { background-color: rgb(167,214,77); }

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

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

 span { border-color: rgb(167,214,77); }

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