#A7D064

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

Shades of Conifer #A7D064

Tints of Conifer #A7D064

Color information

#A7D064 (or 0xA7D064) is unknown color: approx Conifer. HEX triplet: A7, D0 and 64. RGB value is (167,208,100). Sum of RGB (Red+Green+Blue) = 167+208+100=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D064 is #582F9B. Grayscale: #B7B7B7. Windows color (decimal): -5779356 or 6607015. OLE color: 6607015.

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

Color convert

RGB167208100-
CMYK0.2000.520.18
HSL82.78º53.47%60.39%-
HSV(B)82.78º51.92%81.57%-
XYZ40.7954.2520.38-
YUV183.4380.92116.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=35.16%
G=43.79%
B=21.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672081000.2000.520.1882.7853.4760.39
HexA7D064140341253353c
Octal24732014424064221236574
Binary10100111110100001100100101000110100100101010011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D064; }

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

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

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

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

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

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

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

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