#A7DA56

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

Shades of Conifer #A7DA56

Tints of Conifer #A7DA56

Color information

#A7DA56 (or 0xA7DA56) is unknown color: approx Conifer. HEX triplet: A7, DA and 56. RGB value is (167,218,86). Sum of RGB (Red+Green+Blue) = 167+218+86=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DA56 is #5825A9. Grayscale: #BCBCBC. Windows color (decimal): -5776810 or 5692071. OLE color: 5692071.

HSL color Cylindrical-coordinate representation of color #A7DA56: hue angle of 83.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7DA56 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB16721886-
CMYK0.2300.610.15
HSL83.18º64.08%59.61%-
HSV(B)83.18º60.55%85.49%-
XYZ42.6959.0317.95-
YUV187.770.6113.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 86 (33.98% from 255) = 18.26%
R=35.46%
G=46.28%
B=18.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167218860.2300.610.1583.1864.0859.61
HexA7DA561703DF53403c
Octal247332126270751712310074
Binary10100111110110101010110101110111101111110100111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DA56; }

 p { color: rgb(167,218,86); }

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

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

 a { background-color: rgb(167,218,86); }

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

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

 span { border-color: rgb(167,218,86); }

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