#A7D467

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

Shades of Conifer #A7D467

Tints of Conifer #A7D467

Color information

#A7D467 (or 0xA7D467) is unknown color: approx Conifer. HEX triplet: A7, D4 and 67. RGB value is (167,212,103). Sum of RGB (Red+Green+Blue) = 167+212+103=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #A7D467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D467 is #582B98. Grayscale: #BABABA. Windows color (decimal): -5778329 or 6804647. OLE color: 6804647.

HSL color Cylindrical-coordinate representation of color #A7D467: hue angle of 84.77º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7D467 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB167212103-
CMYK0.2100.510.17
HSL84.77º55.9%61.76%-
HSV(B)84.77º51.42%83.14%-
XYZ41.9356.2821.49-
YUV186.1281.09114.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=34.65%
G=43.98%
B=21.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1672121030.2100.510.1784.7755.961.76
HexA7D467150331155383e
Octal24732414725063211257076
Binary10100111110101001100111101010110011100011010101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D467; }

 p { color: rgb(167,212,103); }

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

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

 a { background-color: rgb(167,212,103); }

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

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

 span { border-color: rgb(167,212,103); }

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