#A7DF65

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

Shades of Conifer #A7DF65

Tints of Conifer #A7DF65

Color information

#A7DF65 (or 0xA7DF65) is unknown color: approx Conifer. HEX triplet: A7, DF and 65. RGB value is (167,223,101). Sum of RGB (Red+Green+Blue) = 167+223+101=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DF65 is #58209A. Grayscale: #C0C0C0. Windows color (decimal): -5775515 or 6676391. OLE color: 6676391.

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

Color convert

RGB167223101-
CMYK0.2500.550.13
HSL87.54º65.59%63.53%-
HSV(B)87.54º54.71%87.45%-
XYZ44.6761.9321.91-
YUV192.3576.45109.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 223 (87.5% from 255) = 45.42%
BLUE value IS 101 (39.84% from 255) = 20.57%
R=34.01%
G=45.42%
B=20.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672231010.2500.550.1387.5465.5963.53
HexA7DF6519037D584240
Octal2473371453106715130102100
Binary101001111101111111001011100101101111101101100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DF65; }

 p { color: rgb(167,223,101); }

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

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

 a { background-color: rgb(167,223,101); }

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

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

 span { border-color: rgb(167,223,101); }

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