#A7DC50

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

Shades of Conifer #A7DC50

Tints of Conifer #A7DC50

Color information

#A7DC50 (or 0xA7DC50) is unknown color: approx Conifer. HEX triplet: A7, DC and 50. RGB value is (167,220,80). Sum of RGB (Red+Green+Blue) = 167+220+80=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC50 is #5823AF. Grayscale: #BCBCBC. Windows color (decimal): -5776304 or 5299367. OLE color: 5299367.

HSL color Cylindrical-coordinate representation of color #A7DC50: hue angle of 82.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7DC50 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB16722080-
CMYK0.2400.640.14
HSL82.71º66.67%58.82%-
HSV(B)82.71º63.64%86.27%-
XYZ42.9859.9816.9-
YUV188.1966.94112.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 220 (86.33% from 255) = 47.11%
BLUE value IS 80 (31.64% from 255) = 17.13%
R=35.76%
G=47.11%
B=17.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal167220800.2400.640.1482.7166.6758.82
HexA7DC5018040E53433b
Octal2473341203001001612310373
Binary101001111101110010100001100001000000111010100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DC50; }

 p { color: rgb(167,220,80); }

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

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

 a { background-color: rgb(167,220,80); }

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

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

 span { border-color: rgb(167,220,80); }

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