#A7D55D

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

Shades of Conifer #A7D55D

Tints of Conifer #A7D55D

Color information

#A7D55D (or 0xA7D55D) is unknown color: approx Conifer. HEX triplet: A7, D5 and 5D. RGB value is (167,213,93). Sum of RGB (Red+Green+Blue) = 167+213+93=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D55D is #582AA2. Grayscale: #B9B9B9. Windows color (decimal): -5778083 or 6149543. OLE color: 6149543.

HSL color Cylindrical-coordinate representation of color #A7D55D: hue angle of 83º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7D55D is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB16721393-
CMYK0.2200.560.16
HSL83º58.82%60%-
HSV(B)83º56.34%83.53%-
XYZ41.7156.5919.08-
YUV185.5775.76114.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 213 (83.59% from 255) = 45.03%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=35.31%
G=45.03%
B=19.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal167213930.2200.560.168358.8260
HexA7D55D1603810533b3c
Octal24732513526070201237374
Binary10100111110101011011101101100111000100001010011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D55D; }

 p { color: rgb(167,213,93); }

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

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

 a { background-color: rgb(167,213,93); }

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

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

 span { border-color: rgb(167,213,93); }

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