#A7DE66

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

Shades of Conifer #A7DE66

Tints of Conifer #A7DE66

Color information

#A7DE66 (or 0xA7DE66) is unknown color: approx Conifer. HEX triplet: A7, DE and 66. RGB value is (167,222,102). Sum of RGB (Red+Green+Blue) = 167+222+102=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DE66 is #582199. Grayscale: #C0C0C0. Windows color (decimal): -5775770 or 6741671. OLE color: 6741671.

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

Color convert

RGB167222102-
CMYK0.2500.540.13
HSL87.5º64.52%63.53%-
HSV(B)87.5º54.05%87.06%-
XYZ44.4661.4222.08-
YUV191.8877.28110.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=34.01%
G=45.21%
B=20.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672221020.2500.540.1387.564.5263.53
HexA7DE6619036D584140
Octal2473361463106615130101100
Binary101001111101111011001101100101101101101101100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DE66; }

 p { color: rgb(167,222,102); }

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

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

 a { background-color: rgb(167,222,102); }

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

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

 span { border-color: rgb(167,222,102); }

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