#A7DD6A

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

Shades of Conifer #A7DD6A

Tints of Conifer #A7DD6A

Color information

#A7DD6A (or 0xA7DD6A) is unknown color: approx Conifer. HEX triplet: A7, DD and 6A. RGB value is (167,221,106). Sum of RGB (Red+Green+Blue) = 167+221+106=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DD6A is #582295. Grayscale: #C0C0C0. Windows color (decimal): -5776022 or 7003559. OLE color: 7003559.

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

Color convert

RGB167221106-
CMYK0.2400.520.13
HSL88.17º62.84%64.12%-
HSV(B)88.17º52.04%86.67%-
XYZ44.3960.9723.06-
YUV191.7479.61110.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=33.81%
G=44.74%
B=21.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672211060.2400.520.1388.1762.8464.12
HexA7DD6A18034D583f40
Octal247335152300641513077100
Binary10100111110111011101010110000110100110110110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DD6A; }

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

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

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

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

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

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

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

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