#A7DD5E

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

Shades of Conifer #A7DD5E

Tints of Conifer #A7DD5E

Color information

#A7DD5E (or 0xA7DD5E) is unknown color: approx Conifer. HEX triplet: A7, DD and 5E. RGB value is (167,221,94). Sum of RGB (Red+Green+Blue) = 167+221+94=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DD5E is #5822A1. Grayscale: #BEBEBE. Windows color (decimal): -5776034 or 6217127. OLE color: 6217127.

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

Color convert

RGB16722194-
CMYK0.2400.570.13
HSL85.51º65.13%61.76%-
HSV(B)85.51º57.47%86.67%-
XYZ43.8160.7420-
YUV190.3873.61111.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 94 (37.11% from 255) = 19.50%
R=34.65%
G=45.85%
B=19.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167221940.2400.570.1385.5165.1361.76
HexA7DD5E18039D56413e
Octal247335136300711512610176
Binary10100111110111011011110110000111001110110101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DD5E; }

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

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

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

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

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

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

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

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