#A7DD5A

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

Shades of Conifer #A7DD5A

Tints of Conifer #A7DD5A

Color information

#A7DD5A (or 0xA7DD5A) is unknown color: approx Conifer. HEX triplet: A7, DD and 5A. RGB value is (167,221,90). Sum of RGB (Red+Green+Blue) = 167+221+90=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DD5A is #5822A5. Grayscale: #BEBEBE. Windows color (decimal): -5776038 or 5954983. OLE color: 5954983.

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

Color convert

RGB16722190-
CMYK0.2400.590.13
HSL84.73º65.83%60.98%-
HSV(B)84.73º59.28%86.67%-
XYZ43.6460.6719.08-
YUV189.9271.61111.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 90 (35.55% from 255) = 18.83%
R=34.94%
G=46.23%
B=18.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167221900.2400.590.1384.7365.8360.98
HexA7DD5A1803BD55423d
Octal247335132300731512510275
Binary10100111110111011011010110000111011110110101011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DD5A; }

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

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

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

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

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

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

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

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